Commit ec8a8d71 by kubisk

dos

parent ab707fda
......@@ -71,7 +71,7 @@
language: (navigator.browserLanguage || navigator.language).toLowerCase()
}
</script>
<title>{:block name='title'}中信保诚2019年度MDRT百万圆桌精英荣誉海报{:/block}</title>
<title>{:block name='title'}2019年度雏鹰会荣誉海报制作{:/block}</title>
{:if $projectId && strpos( $smarty.server.HTTP_HOST , 'dev.iacode.cn') !== false}
<link rel="stylesheet" type="text/css" href="http://projectx.dev.iacode.cn/api/css/rem/{:$rem}/id/{:$projectId}?version={:$version}"
media="all"/>
......@@ -101,9 +101,9 @@
window.num = '{:$num}';
var link = location.origin;
var friend_title = '中信保诚2019年度MDRT百万圆桌精英荣誉海报';
var friend_desc = '恭喜您荣获寿险业的至高荣誉,成为行业公认的顶级精英!';
var timeline_desc = '恭喜您荣获寿险业的至高荣誉,成为行业公认的顶级精英!';
var friend_title = '中信保诚人寿2019年度雏鹰会荣誉海报制作';
var friend_desc = '';
var timeline_desc = '中信保诚人寿2019年度雏鹰会荣誉海报制作';
window.wxFriendData = {
'link': link,
'imgUrl': link + '/Public/static/image2/share.jpg',
......

159 KB | W: | H:

67.7 KB | W: | H:

Public/static/image2/share.jpg
Public/static/image2/share.jpg
Public/static/image2/share.jpg
Public/static/image2/share.jpg
  • 2-up
  • Swipe
  • Onion skin
......@@ -163,7 +163,6 @@ function checkInfo() {
$('.username').text(username);
$('.company').html('中信保诚人寿<br/>' + company);
// $('.company').html('中信保诚人寿<br/>' + company + '分公司');
setShare();
} else {
$('#notification_area').remove();
......@@ -174,38 +173,6 @@ function checkInfo() {
})
}
function setShare() {
var link = location.origin;
var friend_title = '中信保诚2019年度MDRT百万圆桌精英荣誉海报';
var friend_desc = '';
var timeline_desc = '';
if (level == 1) {
friend_desc = '恭喜您获得寿险业的至高荣誉,加冕TOT顶尖会员称号';
timeline_desc = '恭喜您获得寿险业的至高荣誉,加冕TOT顶尖会员称号';
} else if (level == 2) {
friend_desc = '恭喜您获得寿险业的至高荣誉,荣获COT超级会员称号';
timeline_desc = '恭喜您获得寿险业的至高荣誉,荣获COT超级会员称号';
} else {
friend_desc = '恭喜您获得寿险业的至高荣誉,获得MDRT会员称号';
timeline_desc = '恭喜您获得寿险业的至高荣誉,获得MDRT会员称号';
}
window.wxFriendData = {
'link': link,
'imgUrl': link + '/Public/static/image2/share.jpg',
'title': friend_title,
'desc': friend_desc,
success: function () {}
};
window.wxTimelineData = {
'link': link,
'imgUrl': link + '/Public/static/image2/share.jpg',
'title': timeline_desc,
success: function () {}
};
wx.onMenuShareAppMessage(wxFriendData);
wx.onMenuShareTimeline(wxTimelineData);
}
function initPage() {
const displacement = parseFloat(getTranslateDistance());
const wrapHeight = parseFloat($('.wrap').css('height'));
......
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