Commit c695c7c0593a9b189a04a905b879db8752b6e042
1 parent
166aae06
跳转二部WebView
Showing
2 changed files
with
6 additions
and
6 deletions
src/pages/mall2/mall2.vue
src/pages/optimization2/optimization2.vue
| ... | ... | @@ -395,7 +395,7 @@ |
| 395 | 395 | |
| 396 | 396 | // 设置跳转参数 |
| 397 | 397 | let params = { |
| 398 | - type: "34", | |
| 398 | + type: '5', | |
| 399 | 399 | to: window.location.origin + '/html/select_good/1/#/discountList', |
| 400 | 400 | shop_type: '' |
| 401 | 401 | }; |
| ... | ... | @@ -442,7 +442,7 @@ |
| 442 | 442 | |
| 443 | 443 | // 设置跳转参数 |
| 444 | 444 | let params = { |
| 445 | - type: "34", | |
| 445 | + type: '5', | |
| 446 | 446 | to: window.location.origin + '/html/select_good/1/#/optimizationList', |
| 447 | 447 | shop_type: '' |
| 448 | 448 | }; |
| ... | ... | @@ -463,7 +463,7 @@ |
| 463 | 463 | |
| 464 | 464 | // 设置跳转参数 |
| 465 | 465 | let params = { |
| 466 | - type: "34", | |
| 466 | + type: '5', | |
| 467 | 467 | to: window.location.origin + '/html/select_good/1/#/hotSaleList', |
| 468 | 468 | shop_type: '' |
| 469 | 469 | }; |
| ... | ... | @@ -484,7 +484,7 @@ |
| 484 | 484 | |
| 485 | 485 | // 设置跳转参数 |
| 486 | 486 | let params = { |
| 487 | - type: "34", | |
| 487 | + type: '5', | |
| 488 | 488 | to: window.location.origin + '/html/select_good/1/#/goodDetails?goodsId=' + item.id, |
| 489 | 489 | shop_type: '' |
| 490 | 490 | }; |
| ... | ... | @@ -505,7 +505,7 @@ |
| 505 | 505 | |
| 506 | 506 | // 设置跳转参数 |
| 507 | 507 | let params = { |
| 508 | - type: "34", | |
| 508 | + type: '5', | |
| 509 | 509 | to: window.location.origin + '/html/select_good/1/#/pointsMall', |
| 510 | 510 | shop_type: '' |
| 511 | 511 | }; | ... | ... |