You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
809 B
1 lines
809 B
<view data-event-opts="{{[['touchmove',[['touchMove',['$event']]]]]}}" class="tui-rate-class tui-rate-box" bindtouchmove="__e"><block wx:for="{{quantity}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><view class="{{['tui-icon','tui-relative','tui-icon-collection'+(hollow&&(current<=index||disabled&¤t<=index+1)?'':'-fill')]}}" style="{{'font-size:'+(size+'px')+';'+('color:'+(current>index+1||!disabled&¤t>index?active:normal)+';')}}" data-index="{{index}}" data-event-opts="{{[['tap',[['handleTap',['$event']]]]]}}" bindtap="__e"><block wx:if="{{disabled&¤t==index+1}}"><view class="tui-icon tui-icon-main tui-icon-collection-fill" style="{{'font-size:'+(size+'px')+';'+('color:'+(active)+';')+('width:'+(percent+'%')+';')}}"></view></block></view></block></block></view>
|