Commit d56e0d65754b3ac3d37724320f152d4be53f2571

Authored by zhiyangdu
1 parent 6a9b4645

app内打开不传参数

Showing 1 changed file with 2 additions and 2 deletions
src/pages/index/index.vue
... ... @@ -150,14 +150,14 @@
150 150 let items;
151 151 if(index==1){
152 152 items={
153   - "title": "线下赛事",
  153 + "title": "",
154 154 "type": "2",
155 155 "shop_type": "2",
156 156 "to":"9621652",
157 157 }
158 158 }else {
159 159 items={
160   - "title": "线下赛事",
  160 + "title": "",
161 161 "type": "2",
162 162 "shop_type":"2",
163 163 "to":"9620396",
... ...