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=1333&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: 1749505860,
nonceStr: 'IUmoyghaCeVDKju6',
signature: '1ad1ff1f07a037de7311c9c7c6cd5ab9231ab0b0',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5dde\u4e00\u9662\uff1a11\u5e744000\u591a\u4e2a\u663c\u591c\uff0c\u533b\u52a1\u5de5\u4f5c\u8005\u5bf9\u60a3\u8005\u7684\u957f\u60c5\u6551\u62a4","smalltext":" \u8fd1\u65e5\uff0c\u6c5f\u82cf\u5e38\u5dde\u5e02\u6c11\u5468\u5a46\u5a46\u5728\u672c\u5730\u7f51\u7edc\u8bba\u575b\u4e0a\u53d1\u5e16\uff0c\u8bb2\u8ff0\u4e0e\u5e38\u5dde\u4e00\u9662\u7684\u4e00\u6bb5\u533b\u60a3\u771f\u60c5\uff0c\u53d7\u5230\u5e7f\u5927\u5e02\u6c11\u4eec\u7684\u70b9\u8d5e\u3002 \u5468\u5a46\u5a46\u5bb6\u4f4f\u5e38\u5dde\u4e1c\u4e0b\u5858\uff0c\u662f\u4e00\u540d\u9000\u4f11\u5de5\u4eba\u30022008\u5e74\u521d\uff0c\u5468\u5a46\u5a4640\u5c81\u7684\u513f\u5b50","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1333"};
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 () {
}
});
});
}