rate.wxml 807 B

1
  1. <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&&current<=index+1)?'':'-fill')]}}" style="{{'font-size:'+(size+'px')+';'+('color:'+(current>index+1||!disabled&&current>index?active:normal)+';')}}" data-index="{{index}}" data-event-opts="{{[['tap',[['handleTap',['$event']]]]]}}" bindtap="__e"><block wx:if="{{disabled&&current==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>