1 |
- <view style="display:flex;"><block wx:for="{{score}}" wx:for-item="yellow" wx:for-index="index" wx:key="index"><image class="{{[allowTap==1?'star-ico':'star-ico2']}}" style="margin-right:10rpx;" data-index="{{index}}" src="{{'/static/start'+(index<currentScore?1:2)+'.png'}}" data-event-opts="{{[['tap',[['start_click',['$event']]]]]}}" bindtap="__e"></image></block></view>
|