zs 3 years ago
parent
commit
a713104c56
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pages/layNew/index.js

+ 1 - 2
pages/layNew/index.js

@@ -17,8 +17,7 @@ Page({
         //比赛id
         id: '',
         grades: [],
-        cateArray: [
-            { id: '0', type: '未开始' }, { id: '1', type: '报名中' }, { id: '2', type: '待比赛' }, { id: '3', type: '进行中' }, { id: '4', type: '已结束' }],
+        cateArray: [],
         cateIndex: 0,
         objectArray: [],
         index: 0,