Commit ca106dc4 by doszhang

dos

parent 41cb72c2
......@@ -179,15 +179,17 @@ function checkInfo() {
function setShare() {
var link = location.origin;
var friend_title = '中信保诚2019年度MDRT百万圆桌精英荣誉海报';
var friend_desc = '';
var timeline_desc = '';
if (level == 1) {
var friend_desc = '恭喜您获得寿险业的至高荣誉,加冕TOT顶尖会员称号';
var timeline_desc = '恭喜您获得寿险业的至高荣誉,加冕TOT顶尖会员称号';
friend_desc = '恭喜您获得寿险业的至高荣誉,加冕TOT顶尖会员称号';
timeline_desc = '恭喜您获得寿险业的至高荣誉,加冕TOT顶尖会员称号';
} else if (level == 2) {
var friend_desc = '恭喜您获得寿险业的至高荣誉,荣获COT超级会员称号';
var timeline_desc = '恭喜您获得寿险业的至高荣誉,荣获COT超级会员称号';
friend_desc = '恭喜您获得寿险业的至高荣誉,荣获COT超级会员称号';
timeline_desc = '恭喜您获得寿险业的至高荣誉,荣获COT超级会员称号';
} else {
var friend_desc = '恭喜您获得寿险业的至高荣誉,获得MDRT会员称号';
var timeline_desc = '恭喜您获得寿险业的至高荣誉,获得MDRT会员称号';
friend_desc = '恭喜您获得寿险业的至高荣誉,获得MDRT会员称号';
timeline_desc = '恭喜您获得寿险业的至高荣誉,获得MDRT会员称号';
}
window.wxFriendData = {
'link': link,
......
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 sign in to comment