Commit 44a275c677700eab141c4a0cb1acbf6db1bd4454
1 parent
7e1b445e
1. 优惠促销的分享的商品列表的问题优化
Showing
1 changed file
with
4 additions
and
0 deletions
packageA/pages/activity_share/activity_share.js
... | ... | @@ -303,6 +303,10 @@ Page({ |
303 | 303 | var th=this; |
304 | 304 | var prom_goods=null; |
305 | 305 | var hui_active=this.data.hui_active; |
306 | + th.data.is_no_more2=0; | |
307 | + th.data.is_no_data2=0; | |
308 | + th.data.currentPage2=1; | |
309 | + th.setData({list2:[]}) | |
306 | 310 | |
307 | 311 | //-- 获取优惠活动的详情信息 -- |
308 | 312 | app.request.promiseGet("/api/weshop/promgoodslist/getPromGoodsInfo/"+hui_active.id,{}).then(res=>{ | ... | ... |