guhongwei 2 years ago
parent
commit
a019de38d6
1 changed files with 16 additions and 0 deletions
  1. 16 0
      pages/match/list.js

+ 16 - 0
pages/match/list.js

@@ -25,6 +25,22 @@ Page({
         that.setData({ skip: 0, page: 0, list: [] })
         let { item } = e.currentTarget.dataset;
         wx.navigateTo({ url: `/pages/match/add?id=${item._id}` })
+    },
+    // 赛事组别
+    toGroup: function (e) {
+
+    },
+    // 赛事状态
+    toStatus: function (e) {
+
+    },
+    // 详细信息
+    toView: function (e) {
+
+    },
+    // 赛事分享
+    toShare: function (e) {
+
     },
     // 删除
     toDel: async function (e) {