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=2065&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: 1747147310,
nonceStr: '4VqVhf8L86JeeX3O',
signature: '90cba736ec589c4771d3a751237e6153e8b7a57e',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u201c\u706b\u773c\u91d1\u775b\u201d\u65ad\u75c5\u6bd2","smalltext":"\u5728\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u8fd9\u573a\u6ca1\u6709\u785d\u70df\u7684\u6218\u4e89\u4e2d\uff0c\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff08\u91d1\u9633\u533b\u9662\uff09\u4f5c\u4e3a\u8d35\u5dde\u7701\u65b0\u51a0\u80ba\u708e\u5b9a\u70b9\u6551\u6cbb\u533b\u9662\uff0c\u9662\u515a\u59d4\u6df1\u5165\u8d2f\u5f7b\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u91cd\u8981\u6307\u793a\u7cbe\u795e\u548c\u515a\u4e2d\u592e\u3001\u56fd\u52a1\u9662\u51b3\u7b56\u90e8\u7f72\uff0c\u6309\u7167\u201c\u575a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2065"};
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 () {
}
});
});
}