|
@@ -29,9 +29,15 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="button">
|
|
<view class="button">
|
|
- <button class="btn" type="primary" size="mini">查看</button>
|
|
|
|
- <button class="btn" type="primary" size="mini">审核</button>
|
|
|
|
- <button class="btn" type="primary" size="mini">加入</button>
|
|
|
|
|
|
+ <button class="btn" type="primary" size="mini" data-item="{{item}}" bindtap="toView">
|
|
|
|
+ 查看
|
|
|
|
+ </button>
|
|
|
|
+ <button class="btn" type="primary" size="mini" data-item="{{item}}" bindtap="toExam">
|
|
|
|
+ 审核
|
|
|
|
+ </button>
|
|
|
|
+ <button class="btn" type="primary" size="mini" data-item="{{item}}" bindtap="toMatch">
|
|
|
|
+ 加入比赛
|
|
|
|
+ </button>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</scroll-view>
|
|
</scroll-view>
|