sx-rate.wxml 800 B

1
  1. <view data-event-opts="{{[['touchmove',[['ontouchmove',['$event']]]],['touchend',[['e0',['$event']]]]]}}" class="{{['rate-box','data-v-455bde96',[(animation)?'animation':''],containerClass]}}" bindtouchmove="__e" bindtouchend="__e"><block wx:for="{{list}}" wx:for-item="val" wx:for-index="i" wx:key="*this"><view class="{{['rate','data-v-455bde96',[(!disabled&&val<=rateValue&&animation&&touchMoving)?'scale':''],'rate-'+i,rateClass]}}" style="{{'font-size:'+(fontSize)+';'+('padding-left:'+(i!==0?rateMargin:0)+';')+('padding-right:'+(i<$root.g0-1?rateMargin:0)+';')+('color:'+(val<=rateValue?activeColor:defaultColor)+';')}}" data-val="{{val}}" data-event-opts="{{[['tap',[['onItemClick',['$event']]]]]}}" bindtap="__e"><text class="iconfont icon-star data-v-455bde96"></text></view></block></view>