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=3699&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: 1745119839,
nonceStr: 'Ap89ZHKsBnyXYF1O',
signature: '9e249514019f3cf5d1a55ec1d8c80066330f8ac1',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u601d\u8305\u533a\u4eba\u6c11\u533b\u9662\uff1a\u5f00\u5c55\u533b\u52a1\u5de5\u4f5c\u8005\u9b45\u529b\u5f62\u8c61\u5851\u9020\u57f9\u8bad","smalltext":" \u4e3a\u8fdb\u4e00\u6b65\u52a0\u5f3a\u6211\u9662\u6587\u5316\u5efa\u8bbe\uff0c\u5168\u9762\u4fc3\u8fdb\u533b\u9662\u53d1\u5c55\uff0c\u5f3a\u5316\u793c\u4eea\u4fee\u517b\u3001\u89c4\u8303\u8a00\u884c\u4e3e\u6b62\uff0c\u5c55\u73b0\u66f4\u597d\u7684\u670d\u52a1\u5f62\u8c61\uff0c\u6253\u9020\u533b\u9662\u7684\u670d\u52a1\u54c1\u724c\uff0c\u6587\u5316\u529e\u5bf9\u5168\u9662\u4eba\u5458\u8fdb\u884c\u533b\u52a1\u5de5\u4f5c\u8005\u9b45\u529b\u5f62\u8c61\u5851\u9020\u57f9\u8bad\u3002\u57f9\u8bad\u5171","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3699"};
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 () {
}
});
});
}