|
@@ -34,9 +34,9 @@
|
|
|
<view class="list flex ">
|
|
|
|
|
|
<view class="item flex ju-c" wx:for="{{data.hans}}" wx:key="index">
|
|
|
- <navigator url="/pages/tabber/builds/hand_desc/handDesc?pylon_no={{item.hand_no}}">
|
|
|
+ <view bindtap="gourl" data-id="{{item.hand_no}}" data-sta="{{item.hand_count}}">
|
|
|
<view class="top">{{item.hand_no}}</view>
|
|
|
- </navigator>
|
|
|
+ </view>
|
|
|
<view class="foot m-top-20 {{item.hand_count == 0 ? '': (item.limit_count == item.hand_count ? 'green' : 'blue')}}">{{item.hand_count}}/{{item.limit_count}}</view>
|
|
|
</view>
|
|
|
|