Commit ca2bca5bc66111ff9f5c29ff635f20c8aebb6eca
1 parent
a419f615
活动分享页分享幸运购活动问题修改
Showing
1 changed file
with
2 additions
and
1 deletions
packageA/pages/activity_share/activity_share.js
... | ... | @@ -211,9 +211,10 @@ Page({ |
211 | 211 | let item = this.data.hui_active; |
212 | 212 | // console.log('luckygo>>>>>', item); |
213 | 213 | let id = item.id; |
214 | + let goods_id = item.goods_id; | |
214 | 215 | let title = item.title; |
215 | 216 | let price = item.group_price / 100; |
216 | - let url = `/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo?goods_id=462393&group_id=288`; | |
217 | + let url = `/packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo?goods_id=${goods_id}&group_id=${id}`; | |
217 | 218 | let img = this.data.url + item.original_img; |
218 | 219 | let ind = 12; |
219 | 220 | // console.log('zuhebuy=======>>>>>', item, url); | ... | ... |