...
|
...
|
@@ -21,9 +21,11 @@ const getPageInfo = (pageInfo) => { |
|
|
dest.couponPic = pageInfo.data.couponPic;
|
|
|
dest.oldUserCouponPic = pageInfo.data.oldUserCouponPic;
|
|
|
dest.mobile = pageInfo.data.mobile;
|
|
|
//强制活动开始,活动上线产品要求这样设置
|
|
|
pageInfo.data.flag = 1;
|
|
|
if (pageInfo.data.flag === 1) {
|
|
|
dest.bgImg = pageInfo.data.activityNormalPic;
|
|
|
} else if (pageInfo.data.flag !== 1) {
|
|
|
} else {
|
|
|
dest.bgImg = pageInfo.data.activityEndPic;
|
|
|
dest.ended = true;
|
|
|
}
|
...
|
...
|
|