Files
CompanyProject/衣莎项目/源码/YiShaXiYi/component/loading-prog/loading-prog.wxml
2024-09-27 01:32:49 +08:00

6 lines
357 B
Plaintext

<!-- component/loading-prog/loading-prog.wxml -->
<!-- 加载动画 -->
<view class='load-progress load-all {{isLoading?"show":"hide"}}' style="top:{{system.statusHeight+system.titleHeight}}px;">
<view class='load-progress-bar bg-green' style="transform: translate3d(-{{100-loadProgress}}%, 0px, 0px);"></view>
<view class="load-bac"></view>
</view>