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=3682&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: 1745119838,
nonceStr: 'yftRLKlQRgp7FcnK',
signature: 'ecea5d2c4cea0d9ef449683aa04acf2a6b4483fa',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u533b\u9662\u4eba\u6587\uff0c\u4e3a\u7231\u800c\u884c","smalltext":"\u5f53\u53f0\u4e0a\u7684\u961f\u5458\u4eec\u53d1\u81ea\u5185\u5fc3\u7684\u558a\u51fa\u201d\u56e0\u4e3a\u6211\u4eec\u662f\u519b\u4eba\uff0c\u6211\u4eec\u662f\u4eba\u6c11\u519b\u533b\u201c\u65f6\uff0c\u6211\u77e5\u9053\uff0c\u6211\u4eec\u6b64\u884c\u7684\u4efb\u52a1\u7ec8\u4e8e\u5706\u6ee1\u5b8c\u6210\u4e86\uff1b\u5f53\u6211\u770b\u5230\u53f0\u4e0a\u961f\u5458\u4eec\u8138\u4e0a\u7684\u6cea\u75d5\u65f6\uff0c\u6211\u77e5\u9053\uff0c\u533b\u5b66\u4eba\u6587\u7684\u7cbe\u795e\uff0c\u5df2\u7ecf\u6df1\u6df1\u7684\u624e\u6839","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3682"};
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 () {
}
});
});
}