function BeautyToast(text){var str=``+text+``;
try{var div=document.createElement("div");div.setAttribute("class","_BeautyToast");div.innerHTML=str;document.body.appendChild(div);setTimeout(function(){div.setAttribute("class","_BeautyToast onshow")},100);setTimeout(function(){div.setAttribute("class","_BeautyToast");setTimeout(function(){div.parentNode.removeChild(div)},200)},2000)}catch(e){}}
function updateViewtime(){
var img =new Image();
img.src='/e/extend/shareinfo/api/?act=leave&id=4265&classid=5&t=';
}
window.onunload=updateViewtime;setInterval(updateViewtime,2000);
var script=document.createElement("script");
script.type="text/javascript";
script.src="http://res.wx.qq.com/open/js/jweixin-1.0.0.js";
document.getElementsByTagName('head')[0].appendChild(script);
script.onload=function(){
wx.config({
debug: false,
appId: 'wxad180590bbd7e222',
timestamp: 1744969230,
nonceStr: 'meTY4m8GuIdMWhZV',
signature: '4787db3f4feb7bd679e0d888865e5a8b02324e86',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u51b7\u51bb19\u5e74\u7684\u80da\u80ce\u88ab47\u5c81\u5988\u5988\u201c\u5524\u9192\u201d","smalltext":" 2020\u5e747\u6708\uff0c\u5728\u67f3\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff0c\u4e00\u4e2a19\u5e74\u524d\u51b7\u51bb\u7684\u80da\u80ce\u88ab\u6210\u529f\u201c\u5524\u9192\u201d\uff0c\u5e76\u6210\u529f\u56de\u5230\u597947\u5c81\u7684\u9ad8\u9f84\u5988\u5988\u8c2d\u5973\u58eb\u5b50\u5bab\u91cc\u30022021\u5e744\u67081\u65e5\uff0c\u8c2d\u5973\u58eb\u987a\u5229\u5206\u5a29\u4e00\u540d8\u65a43\u4e24\u7684\u5065\u5eb7\u5973\u5a74\u2014\u2014\u8fd9\u662f\u67f3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4265"};
if(!WxShareInfo.url){
WxShareInfo.url = window.location.href;
}
wx.onMenuShareTimeline({
title: WxShareInfo.title,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareAppMessage({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
type: '',
dataUrl: '',
success: function (e) {
BeautyToast('分享成功');
},
cancel: function () {
}
});
wx.onMenuShareQQ({
title: WxShareInfo.title,
desc: WxShareInfo.smalltext,
link: WxShareInfo.url,
imgUrl: WxShareInfo.titlepic,
success: function () {
BeautyToast('分享成功');
},
cancel: function () {
}
});
});
}