Commit c74b2d5a by wangshuo

瑶琴个好友注册

parent 0868ab29
...@@ -119,12 +119,13 @@ class Invite extends Component { ...@@ -119,12 +119,13 @@ class Invite extends Component {
history.push('/passport'); history.push('/passport');
}else { }else {
if(is_weixin()) { if(is_weixin()) {
// wxShare({ history.push(`/invite?shareuid=${jsCookie.get('uid')}&new=1&inviteCode=${inviteCode}`);
// title: 'AI充电节,积福气享1折秒课,超10万元奖品来就送!!', wxShare({
// desc: '把这门超5万人报名的【Python基础入门 升级版】课程送给你,附200元红包,请笑纳!--七月在线', title: 'AI充电节,积福气享1折秒课,超10万元奖品来就送!!',
// link: encodeURI(location.origin + `/invite?shareuid=${jsCookie.get('uid')}&new=1&inviteCode=${inviteCode}`), desc: '把这门超5万人报名的【Python基础入门 升级版】课程送给你,附200元红包,请笑纳!--七月在线',
// imgUrl: 'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/active19_1111/m/index-share-img.png', link: encodeURI(location.origin + `/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',
});
this.setState({ this.setState({
showTip: true, showTip: true,
isWeiXin: true, isWeiXin: true,
......
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