Commit 510dbde1 by xuzhenghua

lujing

parent 2fdcc747
......@@ -109,7 +109,7 @@ class Invite extends Component {
let data = {
title: 'AI充电节,积福气享1折秒课,超10万元奖品来就送!!',
desc: '把这门超5万人报名的【Python基础入门 升级版】课程送给你,附200元红包,请笑纳!--七月在线',
link: 'https://m.julyedu.com/blessingPreheat',
link: API.m + `/invite?shareuid=${jsCookie.get('uid')}&new=1&inviteCode=${inviteCode}`,
imgUrl: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/index-share-img.png',
}
SendMessageToApp("toShare", data)
......
......@@ -328,7 +328,7 @@ class BlessingPreheat extends Component {
margin: 1
}).then(url => {
Popup({
title: '',
title: '扫码关注“七月在线”服务号',
content: <img src={url} alt="barcode" className="qr-code"/>,
className: 'invite-popup'
})
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment