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=5122&classid=9&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: 1743632789,
nonceStr: 'bikGxa4wFt7uMKYf',
signature: 'db47250f2c89df178773e876de2d5ebb17cd48b7',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202112\/b30dc2b47cb1d69f55ec64fa5899dff3.png","title":"\u5de5\u7a0b\u9662\u526f\u9662\u957f\u738b\u8fb0\uff1a\u522b\u4ee5\u4e3a\u6211\u4eec\u80dc\u5229\u4e86\uff0c\u6211\u4eec\u5bf9\u8fd9\u4e2a\u75c5\u6bd2\u8fd8\u7f3a\u4e4f\u60f3\u8c61\u529b","smalltext":"\u738b\u8fb0\uff0c\u4e2d\u56fd\u5de5\u7a0b\u9662\u526f\u9662\u957f\u3001\u4e2d\u56fd\u533b\u5b66\u79d1\u5b66\u9662\u5317\u4eac\u534f\u548c\u533b\u5b66\u9662\u9662\u6821\u957f\u3002\u4f5c\u4e3a\u547c\u5438\u75c5\u5b66\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u4e13\u5bb6\uff0c\u738b\u8fb0\u591a\u6b21\u5728\u91cd\u5927\u516c\u5171\u536b\u751f\u4e8b\u4ef6\u4e2d\u633a\u8eab\u800c\u51fa\u30022003\u5e74\uff0c\u738b\u8fb0\u62c5\u4efb\u5317\u4eac\u9632\u6cbb\u201c\u975e\u5178\u201d\u4e13\u5bb6\u7ec4","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=9&id=5122"};
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 () {
}
});
});
}