Commit 21216a6f75147674f302737001caaeefaf880852
1 parent
5e3eac5a
旗舰店页面,连接跳转App内底部有tabBar的WebView
Showing
1 changed file
with
2 additions
and
2 deletions
src/pages/mall2/mall2.vue
| @@ -323,9 +323,9 @@ | @@ -323,9 +323,9 @@ | ||
| 323 | // 跳转封装 | 323 | // 跳转封装 |
| 324 | if (typeof this.$parent.gotoDetail === 'function') { | 324 | if (typeof this.$parent.gotoDetail === 'function') { |
| 325 | 325 | ||
| 326 | - // 设置跳转参数 | 326 | + // 设置跳转参数(跳转底部有tabBar的WebView) |
| 327 | let params = { | 327 | let params = { |
| 328 | - type: '5', | 328 | + type: '49', |
| 329 | to: window.location.origin + '/html/new_mall/1/#/shop?shop_id=' + item.id, | 329 | to: window.location.origin + '/html/new_mall/1/#/shop?shop_id=' + item.id, |
| 330 | shop_type: '' | 330 | shop_type: '' |
| 331 | }; | 331 | }; |