Authored by 姜枫

处理library使用问题

... ... @@ -20,6 +20,7 @@ const getPageInfo = (pageInfo) => {
dest.oldUserCouponPic = pageInfo.data.oldUserCouponPic;
dest.mobile = pageInfo.data.mobile;
dest.wechatShare = true;
// 强制活动开始,活动上线产品要求这样设置
pageInfo.data.flag = 1;
if (pageInfo.data.flag === 1) {
... ...