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=5210&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: 1746153590,
nonceStr: '7lRQCqQ12WxUInx8',
signature: '4c27fc4445043b66e0fba39198d3eb09a5cf404a',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b81\u5fb7\u5e02\u95fd\u4e1c\u533b\u9662\uff1a\u5bb6\u56fd\u4f7f\u547d\u533b\u8005\u62c5\u5f53 \u5f7c\u6b64\u5c0a\u91cd\u8d62\u5f97\u4fe1\u4efb","smalltext":"\u5149\u9634\u4f3c\u7bad\uff0c\u65e5\u6708\u5982\u68ad\uff0c\u8f6c\u773c\u95f4\u6211\u4eec\u5df2\u5728\u585e\u5185\u52a0\u5c14\u6267\u884c\u533b\u7597\u63f4\u52a9\u4efb\u52a1\u4e09\u4e2a\u591a\u6708\uff0c\u8fd9\u6bb5\u65f6\u95f4\u5145\u6ee1\u4e86\u65e0\u6570\u7684\u56de\u5fc6\u548c\u611f\u52a8\u65f6\u523b\u3002\u8fd9\u662f\u6211\u7b2c\u4e8c\u6b21\u8e0f\u4e0a\u975e\u6d32\u8fd9\u7247\u70ed\u571f\uff0c\u56de\u60f3\u8d77\u81ea\u5df1\u901a\u8fc7\u63f4\u975e\u9009\u62d4\u65f6\u7684\u5174\u594b\u4e0e\u6fc0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5210"};
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 () {
}
});
});
}