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=5583&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: 1746128441,
nonceStr: 'GBZxd1ukl50CfzqY',
signature: '9755cd7fbc8b1531c26308f7fac34e88e9e530cd',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u201c\u6551\u201d\u5728\u8eab\u8fb9\uff0c\u6025\u6551\u79d1\u666e\u5ba3\u6559\u8d70\u8fdb\u56fd\u5bb6\u5b89\u5168\u4e3b\u9898\u516c\u56ed","smalltext":"2023\u5e744\u6708\u662f\u7b2c35\u4e2a\u7231\u56fd\u536b\u751f\u6708\uff0c4\u670815\u65e5\u662f\u7b2c\u516b\u4e2a\u5168\u6c11\u56fd\u5bb6\u5b89\u5168\u6559\u80b2\u65e5\uff0c\u4e3a\u4e86\u8fdb\u4e00\u6b65\u63d0\u5347\u5c45\u6c11\u5065\u5eb7\u5b89\u5168\u610f\u8bc6\uff0c\u589e\u5f3a\u793e\u533a\u5c45\u6c11\u65bd\u6551\u548c\u81ea\u6551\u7684\u80fd\u529b\uff0c 4\u670815\u65e5\u4e0a\u5348\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u79ef\u6781\u53c2\u4e0e\u829d\u7f58\u533a\u59d4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5583"};
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 () {
}
});
});
}