6 lines
357 B
Plaintext
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> |