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=3589&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: 1745119291,
nonceStr: 'nfNgAtTzDDjFqCMk',
signature: '491f0e1fa9949dfca748938f3f69724cf9ca664d',
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:\u4e3a\u60a3\u8005\u5e26\u6765\u9ed1\u6697\u4e2d\u7684\u66d9\u5149","smalltext":"\u60a3\u8005\u738b\u67d0\u5728\u5176\u4ed6\u533b\u9662\u8bca\u65ad\u51fa\u5c3f\u6bd2\u75c7\uff0c\u6025\u9700\u8fdb\u884c\u8840\u6db2\u900f\u6790\u6cbb\u7597\uff0c\u800c\u8840\u900f\u524d\u9700\u8981\u8fdb\u884c\u4e34\u65f6\u7684\u6df1\u9759\u8109\u7f6e\u7ba1\uff0c\u7531\u4e8e\u60a3\u8005\u7684\u8840\u7ba1\u6761\u4ef6\u6b20\u4f73\uff0c\u5c1d\u8bd5\u8fdb\u884c\u53f3\u4fa7\u9888\u5185\u9759\u8109\u53ca\u80a1\u9759\u8109\u5747\u5931\u8d25\u3002\u60a3\u8005\u5fc3\u8870\u4e25\u91cd\uff0c\u4e0d\u80fd\u5e73\u5367","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3589"};
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 () {
}
});
});
}