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=4383&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: 1746264470,
nonceStr: '1o0mJr23NBqREn8x',
signature: 'bd22d7448972d513b4e96c91dcd9b29699ed7f94',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u5171\u540c\u5b88\u62a4\u683c\u6851\u82b1","smalltext":"5\u670822\u65e5\uff0c\u9752\u6d77\u7701\u679c\u6d1b\u85cf\u65cf\u81ea\u6cbb\u5dde\u739b\u591a\u53bf\u53d1\u751f\u4e867.4\u7ea7\u5730\u9707\uff0c\u6b64\u6b21\u5730\u9707\u662f\u6211\u56fd\u81ea2008\u5e74\u6c76\u5ddd\u5730\u9707\u540e\u7684\u6700\u5f3a\u5730\u9707\uff0c\u9020\u6210\u4e24\u9ad8\u901f\u516c\u8def\u5927\u6865\u584c\u9677\uff0c\u56fd\u7701\u5e72\u7ebf\u4e25\u91cd\u53d7\u635f\u3001\u53d8\u5f62\u3001\u9686\u8d77\u3002\u95e8\u6e90\u53bf\u5f53\u65f6\u6709\u660e\u663e\u9707","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4383"};
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 () {
}
});
});
}