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=4185&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: 1749305125,
nonceStr: 'X3vazXqv9y0HzLMr',
signature: '64711b3f42b14d66c4138f1b826105b6b58eccd5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662:\u5171\u6297\u75ab\u60c5\uff0c\u5b89\u5168\u751f\u4ea7","smalltext":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u5728\u505a\u597d\u75ab\u60c5\u9632\u63a7\u7684\u540c\u65f6\uff0c\u538b\u5b9e\u5b89\u5168\u8d23\u4efb\uff0c\u63d0\u5347\u5b89\u5168\u610f\u8bc6\uff0c\u4e25\u628a\u5b89\u5168\u751f\u4ea7\u5e95\u7ebf\u7ea2\u7ebf\uff0c\u5168\u529b\u4fdd\u969c\u8f96\u533a\u5728\u75ab\u60c5\u9632\u63a7\u671f\u95f4\u7684\u5b89\u5168\u7a33\u5b9a\uff0c\u4e3a\u60a3\u8005\u3001\u804c\u5de5\u3001\u5c45\u6c11\u63d0\u4f9b\u5b89\u5168\u4f18\u8d28\u7684\u670d\u52a1\u73af\u5883\u3002\u52a0\u5f3a","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4185"};
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 () {
}
});
});
}