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=5508&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: 1743702949,
nonceStr: 'IHuA0R5cvrhblfQJ',
signature: 'd11f4d4c449296af5d7c3ee3ce0c488ddbeef144',
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\u6d88\u9632\u5b89\u5168\u57f9\u8bad \u6784\u5efa\u5e73\u5b89\u533b\u9662","smalltext":"\u4e3a\u5168\u529b\u6253\u9020\u5e73\u5b89\u533b\u9662\uff0c\u8fdb\u4e00\u6b65\u63d0\u9ad8\u533b\u9662\u804c\u5de5\u7684\u6d88\u9632\u5b89\u5168\u610f\u8bc6\u548c\u81ea\u9632\u81ea\u6551\u80fd\u529b\uff0c\u589e\u5f3a\u6551\u706b\u3001\u706d\u706b\u6280\u80fd\uff0c\u5168\u529b\u505a\u597d\u201c\u9632\u98ce\u9669\uff0c\u9632\u9690\u60a3\uff0c\u904f\u4e8b\u6545\u201d\u5de5\u4f5c\uff0c\u6709\u6548\u9884\u9632\u706b\u707e\u4e8b\u6545\u7684\u53d1\u751f\uff0c11\u670814\u65e5\u4e0b\u5348\uff0c\u70df\u53f0\u51e4\u51f0\u53f0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5508"};
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 () {
}
});
});
}