Commit 37734dfa7940c3a7c90da9bc5e66c54215ff9265
1 parent
1ed1800a
购好物,格式整理~
Showing
1 changed file
with
0 additions
and
1 deletions
src/pages/common/common.vue
| ... | ... | @@ -539,7 +539,6 @@ |
| 539 | 539 | switch (item.shop_type) { |
| 540 | 540 | case "2": |
| 541 | 541 | |
| 542 | - | |
| 543 | 542 | // 文创商品详情页连接 |
| 544 | 543 | if (item.to) { |
| 545 | 544 | window.location.href = (this.mode == "prod") ? "https://managemall.cnlive.com/html/mall/1/#/pages/main/cultureDetail/cultureDetail?id=" + item.to + "&from=redirect" : "https://wjjshop.cnlive.com/html/mall/1/#/pages/main/cultureDetail/cultureDetail?id=" + item.to + "&from=redirect"; | ... | ... |