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=3824&classid=11&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: 1741929607,
nonceStr: 'MCZIBmS8hdvyRFQ7',
signature: '31d4f3a7f32d952b5f52584ea4525d4cc39d6d43',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a\u7f57\u533b\u751f\u6218\u764c\u8bb0","smalltext":"\u8bf4\u8d77\u6076\u6027\u80bf\u7624\uff0c\u4eba\u4eec\u65e0\u4e00\u4f8b\u5916\u5730\u5e0c\u671b\u907f\u4e4b\u5927\u5409\uff0c\u7136\u800c\u4e8b\u5b9e\u5e38\u5e38\u4e0d\u80fd\u5982\u4eba\u6240\u613f\uff0c\u7edf\u8ba1\u6570\u636e\u663e\u793a\uff0c\u4e2d\u56fd\u6076\u6027\u80bf\u7624\u7684\u53d1\u75c5\u7387\u4ecd\u5448\u4e0a\u5347\u8d8b\u52bf\u3002\u5f53\u201c\u6076\u6027\u80bf\u7624\u201d\u51fa\u73b0\u65f6\uff0c\u60a3\u8005\u5373\u523b\u89c9\u5f97\u81ea\u5df1\u88ab\u5224\u4e86\u6b7b\u5211\u3002\u968f\u7740","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=3824"};
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 () {
}
});
});
}