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=3916&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: 1745108888,
nonceStr: 'RPlQDXLcyjeglT97',
signature: 'ada9d27376ca24e948af4fbfa823cbbdd754c942',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u9526\u65d7\u80cc\u540e\u7684\u6545\u4e8b","smalltext":" \u9526\u65d7\u867d\u5c0f\uff0c\u4f46\u9526\u65d7\u7684\u80cc\u540e\u7684\u6545\u4e8b\u5374\u662f\u5f88\u6696\u3002\u5979\u4e0d\u4ec5\u51dd\u805a\u7740\u6211\u4eec\u6bcf\u4e00\u4e2a\u533b\u52a1\u4eba\u5458\u7cbe\u6e5b\u7684\u6280\u672f\u548c\u8d34\u5fc3\u7684\u670d\u52a1\uff0c\u66f4\u627f\u8f7d\u7740\u8bb8\u8bb8\u591a\u591a\u60a3\u8005\u7684\u5065\u5eb7\u4e0e\u771f\u60c5\u3002\u4eca\u5929\uff0c\u5c31\u8ba9\u6211\u4eec\u8d70\u8fdb\u8fd9\u9c9c\u8273\u7684\u9526\u65d7\uff0c\u53bb\u63a2\u5bfb\u9526","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3916"};
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 () {
}
});
});
}