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=1613&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: 1747193179,
nonceStr: 'kcWXybHoBNbRMmsv',
signature: '59c48d8044e1b830645a2e2994741c72563b5b42',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u751f\u4e0e\u6297\u6218\u8001\u5175\u768418\u5e74\u4e4b\u7ea6","smalltext":"2020\u5e741\u670813\u65e5\u4e0b\u5348\uff0c\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\u666e\u5916\u4e00\u75c5\u623f\u4e3b\u4efb\u674e\u594e\u6b66\u7279\u5730\u6765\u5230\u4e00\u4f4d\u8001\u4eba\u7684\u5bb6\u4e2d\u770b\u671b\u5979\u3002\u8fd9\u662f\u8001\u4eba\u53bb\u5e74\u4e5d\u6708\u9611\u5c3e\u708e\u7a7f\u5b54\u624b\u672f\u51fa\u9662\u540e\u4e24\u4eba\u7684\u53c8\u4e00\u6b21\u89c1\u9762\u3002\u8fd9\u5bf9\u533b\u60a3\u4e4b\u95f4\u7684\u7f18\u4efd\u8981\u8ffd\u6eaf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1613"};
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 () {
}
});
});
}