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=1981&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: 1747145454,
nonceStr: 'Yw0UHCp3vVIToCun',
signature: 'dd437a23b753efa6576f4361b9b30a50100e0456',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u60c5\u4eba\u8282\u90a3\u5929\uff0c\u4ed6\u9001\u59bb\u5b50\u4e0a\u6218\u573a","smalltext":" 2020\u76842\u670814\u65e5\uff0c\u5bf9\u4e8e\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u75bc\u75db\u79d1\u4e3b\u4efb\u4f59\u56db\u6d77\u6765\u8bf4\uff0c\u662f\u4e2a\u7ec8\u8eab\u96be\u5fd8\u7684\u60c5\u4eba\u8282\u3002 \u8fd9\u4e00\u5929\uff0c\u4ed6\u7684\u59bb\u5b50\uff0c\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662PICU\u4e3b\u4efb\u5218\u4e9a\u4e3d\u63a5\u5230\u901a\u77e5\uff0c\u665a\u4e0a8\u70b9\u8fdb\u9a7b\u65b0\u51a0\u80ba\u708e\u91cd\u75c7\u9694","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1981"};
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 () {
}
});
});
}