From 44a275c677700eab141c4a0cb1acbf6db1bd4454 Mon Sep 17 00:00:00 2001 From: yvan.ni <765199919@qq.com> Date: Thu, 5 Nov 2020 14:30:13 +0800 Subject: [PATCH] 1. 优惠促销的分享的商品列表的问题优化 --- packageA/pages/activity_share/activity_share.js | 4 ++++ 1 file changed, 4 insertions(+), 0 deletions(-) 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=>{ -- libgit2 0.21.4