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=3536&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: 1744241970,
nonceStr: 'jKApgcFUeJN5BCSN',
signature: '9a2a5ea2be63ad55697ba6c3761f5d52bf9bf67c',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u200b\u91cd\u5e86\u5e02\u516c\u5171\u536b\u751f\u533b\u7597\u6551\u6cbb\u4e2d\u5fc3\uff1a\u6709\u6211\u5728\uff0c\u60a8\u8bf7\u653e\u5fc3\uff01","smalltext":"\u201c\u751f\u547d\u91cd\u4e8e\u6cf0\u5c71\uff0c\u9632\u63a7\u5c31\u662f\u8d23\u4efb\uff0c\u75ab\u60c5\u5c31\u662f\u547d\u4ee4\uff01\u6211\u8bf7\u6218\u52a0\u5165\u6297\u51fb\u65b0\u51a0\u961f\u4f0d\uff01\u201d\u4eca\u5e741\u6708\uff0c\u516c\u536b\u4e2d\u5fc3\u515a\u59d4\u6536\u5230\u4e861000\u591a\u4efd\u8bf7\u6218\u4e66\uff0c\u6211\u5c31\u662f\u5176\u4e2d\u7684\u4e00\u5458\u3002\u6700\u5e78\u8fd0\u7684\u662f\u6211\u80fd\u5728\u5927\u5e74\u4e09\u5341\uff0c\u4e5f\u662f\u7b2c\u4e00\u6279\u52a0\u5165\u6297","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3536"};
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 () {
}
});
});
}