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=5303&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: 1743764387,
nonceStr: 'Kg2oVfgTNHP6mTwS',
signature: '81c24ea4420eb3dd22c5effd1370322279805130',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662:\u63f4\u6caa\u51fa\u53d1\u65f6\u5ea6\u8fc7\u201c\u6700\u6709\u610f\u4e49\u751f\u65e5\u201d","smalltext":"2022\u5e744\u670814\u65e5\uff0c\u662f1567\u540d\u533b\u52a1\u4eba\u5458\u7ec4\u6210\u7684\u91cd\u5e86\u63f4\u6caa\u533b\u7597\u961f\u51fa\u53d1\u7684\u65e5\u5b50\uff0c\u4e5f\u662f\u4e5d\u9f99\u5761\u4eba\u6c11\u533b\u9662\u62a4\u7406\u90e8\u5f20\u6625\u971e\u3001\u5fc3\u8840\u7ba1\u5185\u79d1\u5218\u4e91\u971e30\u5c81\u7684\u751f\u65e5\u3002\u5f20\u6625\u971e\u5df2\u7ecf\u662f\u7b2c\u4e8c\u6b21\u51fa\u95e8\u6297\u75ab\u4e86\uff0c\u524d\u5e74\u91cd\u5e86\u63f4\u9102","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5303"};
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 () {
}
});
});
}