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=525&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: 1746264589,
nonceStr: 'AcHBEuLwVkLwFzVs',
signature: 'b2d4402694a5be811f666b8ee9bc77b0851b79eb',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u4e0d\u79bb\u4e0d\u5f03\uff0c\u548c\u4e73\u817a\u764c\u665a\u671f\u7684\u5979\u4e00\u8d77\u521b\u9020\u4e86\u751f\u547d\u5947\u8ff9","smalltext":"\u6709\u8fd9\u6837\u4e00\u4f4d\u4e08\u592b\u3002\u4ed6\u7626\u7626\u5c0f\u5c0f\uff0c\u6709\u7740\u534a\u5934\u94f6\u53d1\u3002\u4e24\u5e74\u591a\u524d\u5f00\u59cb\uff0c\u575a\u6301\u4e0d\u61c8\u5730\u5e26\u7740\u60a3\u4e73\u817a\u764c\u665a\u671f\u7684\u59bb\u5b50\u56db\u5904\u6c42\u533b\u3002\u5145\u65a5\u7740\u7edd\u671b\u548c\u65e0\u52a9\u7684\u6c42\u533b\u8def\u4e0a\uff0c\u662f\u75c5\u60c5\u7684\u6076\u5316\uff0c\u4e5f\u662f\u4e00\u5ea6\u518d\u4e00\u5ea6\u5730\u88ab\u544a\u77e5\uff0c\u53ea\u80fd\u505a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=525"};
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 () {
}
});
});
}