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=5037&classid=24&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: 1743630854,
nonceStr: 'tMzcZBikJnNbsWbb',
signature: '746474deecbf917b9aaa4a038cddcdc672b4ae94',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202111\/9f495f2b5d1552b0c1058bda15cc8f5b.jpg","title":"12\u670810\u65e5\uff0c\u6211\u4eec\u7ebf\u4e0a\u5cf0\u4f1a\u76f8\u7ea6\u5427","smalltext":"\u6839\u636e\u75ab\u60c5\u9632\u63a7\u9700\u8981\uff0c2021\u5e74\u5ea6\u4eba\u6587\u54c1\u724c\u5cf0\u4f1a\u65e0\u6cd5\u5728\u7ebf\u4e0b\u5982\u671f\u4e3e\u884c\u3002\u7b79\u5907\u5927\u534a\u5e74\uff0c\u5f88\u591a\u670b\u53cb\u8dd1\u524d\u8dd1\u540e\uff0c\u5f88\u591a\u670b\u53cb\u5728\u671f\u5f85\u76f8\u805a\uff0c\u4f46\u662f\u975e\u5e38\u9057\u61be\uff0c\u6bd5\u7adf\u5b89\u5168\u7b2c\u4e00\uff0c\u9632\u75ab\u9700\u8981\u6211\u4eec\u5171\u540c\u52aa\u529b\uff0c2022\u5e74\uff0c\u6211\u4eec\u5728\u6210\u90fd","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=5037"};
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 () {
}
});
});
}