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=3523&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: 1745119512,
nonceStr: 'TXprOhxknVMku7yh',
signature: '89b06b4831b62c4f8ea0119137993b4eb672d5c0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u4e09\u5929\u4e09\u4f8b\uff01\u4ed6\u4eec\u6293\u4f4f\u201c\u9ec4\u91d1\u65f6\u95f4\u201d\u633d\u6551\u60a3\u8005\u751f\u547d","smalltext":"\u8fd1\u65e5,\u6566\u5316\u5e02\u533b\u9662\u795e\u7ecf\u5185\u79d1\u4e09\u65e5\u5185\u4e3a\u4e09\u4f4d\u6025\u6027\u8111\u6897\u585e\u60a3\u8005\u8fdb\u884c\u52a8\u8109\u6eb6\u6813\u53ca\u8111\u8840\u7ba1\u4ecb\u5165\u6cbb\u7597\uff0c\u6210\u529f\u633d\u6551\u4e86\u4e09\u4f4d\u6025\u6027\u8111\u6897\u585e\u60a3\u8005\u7684\u751f\u547d\u3002\u7b2c\u4e00\u4f4d\u60a3\u8005\u662f\u5931\u8bed\u75c5\u4eba\uff0c\u8111\u6897\u585e\u53d1\u751f\u540e\uff0c\u60a3\u8005\u7a81\u7136\u4e0d\u4f1a\u8bb2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3523"};
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 () {
}
});
});
}