Showing
10 changed files
with
2 additions
and
1 deletions
@@ -21,7 +21,8 @@ const getPageInfo = (pageInfo) => { | @@ -21,7 +21,8 @@ const getPageInfo = (pageInfo) => { | ||
21 | dest.couponPic = pageInfo.data.couponPic; | 21 | dest.couponPic = pageInfo.data.couponPic; |
22 | dest.oldUserCouponPic = pageInfo.data.oldUserCouponPic; | 22 | dest.oldUserCouponPic = pageInfo.data.oldUserCouponPic; |
23 | dest.mobile = pageInfo.data.mobile; | 23 | dest.mobile = pageInfo.data.mobile; |
24 | - //强制活动开始,活动上线产品要求这样设置 | 24 | + |
25 | + // 强制活动开始,活动上线产品要求这样设置 | ||
25 | pageInfo.data.flag = 1; | 26 | pageInfo.data.flag = 1; |
26 | if (pageInfo.data.flag === 1) { | 27 | if (pageInfo.data.flag === 1) { |
27 | dest.bgImg = pageInfo.data.activityNormalPic; | 28 | dest.bgImg = pageInfo.data.activityNormalPic; |
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
-
Please register or login to post a comment