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