YY 2 years ago
parent
commit
c8e66665ff
1 changed files with 0 additions and 2 deletions
  1. 0 2
      commpents/pagesMatchs/match/match-3.js

+ 0 - 2
commpents/pagesMatchs/match/match-3.js

@@ -21,8 +21,6 @@ Component({
             const that = this;
             const { ctype } = e.currentTarget.dataset;
             that.setData({ cType: ctype  })
-            // that.setData({ cList: ctype == '0' ? that.data.raceList : that.data.raceteamList })
-            // console.log(ctype);
             that.triggerEvent('orderChange', ctype)
         },
         cSearch: function (e) {