diff --git a/packageA/pages/activity_share/activity_share.js b/packageA/pages/activity_share/activity_share.js index 9d2d193..d444460 100644 --- a/packageA/pages/activity_share/activity_share.js +++ b/packageA/pages/activity_share/activity_share.js @@ -303,6 +303,10 @@ Page({ var th=this; var prom_goods=null; var hui_active=this.data.hui_active; + th.data.is_no_more2=0; + th.data.is_no_data2=0; + th.data.currentPage2=1; + th.setData({list2:[]}) //-- 获取优惠活动的详情信息 -- app.request.promiseGet("/api/weshop/promgoodslist/getPromGoodsInfo/"+hui_active.id,{}).then(res=>{