Commit 7782de8df84cad5ad3c617aa051cc5b3f015ae9d
1 parent
a45a4ff5
商品详情跳转
Showing
1 changed file
with
4 additions
and
3 deletions
src/pages/index/index.vue
| ... | ... | @@ -109,10 +109,11 @@ |
| 109 | 109 | }, |
| 110 | 110 | methods: { |
| 111 | 111 | link(index){ |
| 112 | - if(index==='1'){ | |
| 113 | - window.location.href = this.getParams(this.mode).shop.apiAddress + "/html/mall/1/#/pages/main/cultureDetail/cultureDetail?id=9621652&share_mold=shop&share_uid=ox0YOa%2F59tJeMkFu7iF2nQ%3D%3D&shop_type=nL0nnxG9FovT9ltIzTGo5g%3D%3D&shop_to=LvouQjXij%2F5OppFycuzMwA%3D%3D&shop_shop_type=nL0nnxG9FovT9ltIzTGo5g%3D%3D&mall_share_type=1&price=9890.00&originalPrice=39560.00&shopShareType=1&wjjshopType=cnliveShopCar" | |
| 112 | + debugger | |
| 113 | + if(index==1){ | |
| 114 | + window.location.href = this.getParams(this.mode).shop.apiAddress + "/html/mall/1/#/pages/main/cultureDetail/cultureDetail?id=9621652" | |
| 114 | 115 | }else{ |
| 115 | - window.location.href = this.getParams(this.mode).shop.apiAddress + "//html/mall/1/#/pages/main/cultureDetail/cultureDetail?id=9620396&share_mold=shop&share_uid=ox0YOa%2F59tJeMkFu7iF2nQ%3D%3D&shop_type=nL0nnxG9FovT9ltIzTGo5g%3D%3D&shop_to=zkcBQREmlCaQKIeZAcf46g%3D%3D&shop_shop_type=nL0nnxG9FovT9ltIzTGo5g%3D%3D&mall_share_type=1&price=198.00&originalPrice=598.00&shopShareType=1&wjjshopType=cnliveShopCar" | |
| 116 | + window.location.href = this.getParams(this.mode).shop.apiAddress + "/html/mall/1/#/pages/main/cultureDetail/cultureDetail?id=9620396" | |
| 116 | 117 | } |
| 117 | 118 | |
| 118 | 119 | }, | ... | ... |