Showing
1 changed file
with
1 additions
and
0 deletions
@@ -20,6 +20,7 @@ const getPageInfo = (pageInfo) => { | @@ -20,6 +20,7 @@ const getPageInfo = (pageInfo) => { | ||
20 | dest.oldUserCouponPic = pageInfo.data.oldUserCouponPic; | 20 | dest.oldUserCouponPic = pageInfo.data.oldUserCouponPic; |
21 | dest.mobile = pageInfo.data.mobile; | 21 | dest.mobile = pageInfo.data.mobile; |
22 | dest.wechatShare = true; | 22 | dest.wechatShare = true; |
23 | + | ||
23 | // 强制活动开始,活动上线产品要求这样设置 | 24 | // 强制活动开始,活动上线产品要求这样设置 |
24 | pageInfo.data.flag = 1; | 25 | pageInfo.data.flag = 1; |
25 | if (pageInfo.data.flag === 1) { | 26 | if (pageInfo.data.flag === 1) { |
-
Please register or login to post a comment