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=5183&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: 1743764378,
nonceStr: 'dpSmbSAeuMUK7v1x',
signature: '50e1a3594fbf6d7df8af584715346371e5e4ba93',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202202\/20c5115a142f16d88768398255dfa1bc.png","title":"\u5e7f\u897f\u58ee\u65cf\u81ea\u6cbb\u533a\u751f\u6b96\u533b\u9662\uff1a\u7ed9\u4e88\u56e0\u75ab\u60c5\u4e2d\u6b62\u8bd5\u7ba1\u6cbb\u7597\u7684\u767e\u8272\u60a3\u8005\u6696\u5fc3\u5173\u6000","smalltext":"\u864e\u5e74\u6625\u8282\u5047\u671f\u5c1a\u672a\u7ed3\u675f\uff0c\u5e7f\u897f\u767e\u8272\u5e02\u5c31\u53d1\u751f\u4e86\u672c\u571f\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u3002\u6839\u636e\u5e7f\u897f\u81ea\u6cbb\u533a\u536b\u751f\u5065\u5eb7\u59d4\u901a\u62a5\uff0c\u622a\u81f32\u67088\u65e524\u65f6\uff0c\u5168\u533a\u73b0\u6709\u672c\u571f\u786e\u8bca\u75c5\u4f8b180\u4f8b\uff0c\u5176\u4e2d\u5927\u90e8\u5206\u4f4d\u4e8e\u767e\u8272\u5730\u533a\u30022\u67087\u65e5\u96f6\u65f6\u8d77\uff0c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5183"};
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 () {
}
});
});
}