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=4980&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: 1744318587,
nonceStr: '7caO6l8tD4m1PcUy',
signature: 'ee62b577e6f6e58034811213f4c8d766804ac8ac',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ec4\u77f3\u7231\u5eb7\u533b\u9662\uff1a\u7231\u5fc3\u63a5\u529b\uff0c\u4e3a\u65ad\u81c2\u5c11\u5e74\u96ea\u4e2d\u9001\u70ad","smalltext":"8\u670818\u65e5\u56e0\u4ea4\u901a\u4e8b\u6545\u8eab\u53d7\u91cd\u4f24\u768419\u5c81\u6c5f\u897f\u5c11\u5e74\u5c0f\u8bb8\uff0c\u5728\u9ec4\u77f3\u7231\u5eb7\u533b\u9662\u63a5\u53d7\u6cbb\u7597\u5df2\u6709\u6708\u4f59\u3002\u76ee\u524d\u5c0f\u8bb8\u7684\u60c5\u51b5\u7a33\u5b9a\uff0c\u518d\u690d\u6210\u529f\u7684\u5de6\u624b\u624b\u6307\u5df2\u6709\u77e5\u89c9\u3002\u7136\u800c\uff0c\u7a81\u5982\u5176\u6765\u7684\u7978\u4e8b\u5e26\u7ed9\u5c0f\u8bb8\u7684\u5374\u4e0d\u6b62\u52ab\u540e","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4980"};
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 () {
}
});
});
}