Commit 1f1dcd9659ecc615737c3695a3843d17531bc8e2
1 parent
ee6624d3
mall2.vue页面跳转店铺首页时,type = 21,to = id,shop_type = url
Showing
1 changed file
with
3 additions
and
3 deletions
src/pages/mall2/mall2.vue
| @@ -325,9 +325,9 @@ | @@ -325,9 +325,9 @@ | ||
| 325 | 325 | ||
| 326 | // 设置跳转参数(跳转底部有tabBar的WebView) | 326 | // 设置跳转参数(跳转底部有tabBar的WebView) |
| 327 | let params = { | 327 | let params = { |
| 328 | - type: '49', | ||
| 329 | - to: window.location.origin + '/html/new_mall/1/#/shop?shop_id=' + item.id, | ||
| 330 | - shop_type: '' | 328 | + type: '21', |
| 329 | + to: item.id, | ||
| 330 | + shop_type: window.location.origin + '/html/new_mall/1/#/shop?shop_id=' + item.id | ||
| 331 | }; | 331 | }; |
| 332 | 332 | ||
| 333 | // 页面跳转 | 333 | // 页面跳转 |