1 |
- <view class="u-progress data-v-0fa21744" style="{{'border-radius:'+(round?'100rpx':0)+';'+('height:'+(height+'rpx')+';')+('background-color:'+(inactiveColor)+';')}}"><view class="{{['u-active data-v-0fa21744',type?'u-type-'+type+'-bg':'',striped?'u-striped':'',striped&&stripedActive?'u-striped-active':'']}}" style="{{$root.s0}}"><block wx:if="{{$slots.default||$slots.$default}}"><slot></slot></block><block wx:else><block wx:if="{{showPercent}}"><block class="data-v-0fa21744">{{''+(percent+'%')+''}}</block></block></block></view></view>
|