Commit e43e4cfbe3e7eab09f4183ee32e3bdc0daab7ab8

Authored by 王强
1 parent 5787d981

购好物,搜索页面,商品结果“进店”按钮跳转原生店铺列表页~

Showing 1 changed file with 4 additions and 3 deletions
src/pages/search/search.vue
... ... @@ -703,9 +703,10 @@
703 703  
704 704 // 构造跳转参数
705 705 let options = {
706   - type: "5",
707   - to: item.shop_url + "&from=redirect",
708   - shop_type: ""
  706 + type: "21",
  707 + to: item.id,
  708 + // shop_type: item.shop_url + "&from=redirect"
  709 + shop_type: item.shop_url
709 710 }
710 711  
711 712 // 调用通用跳转
... ...