Authored by 姜枫

处理library使用问题

@@ -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) {