zs 2 years ago
parent
commit
7af01ee269
1 changed files with 9 additions and 3 deletions
  1. 9 3
      pagesMy/team/index.wxml

+ 9 - 3
pagesMy/team/index.wxml

@@ -29,9 +29,15 @@
                     </view>
                 </view>
                 <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>
         </scroll-view>