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=5348&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: 1743703016,
nonceStr: 'UZZ4t6MPoe4qLoMM',
signature: '96d6d08ba7948b9e38065f01b71d6cb8e7df0d96',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202205\/41f19b69c04c76b213767a101a47c481.png","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u6bcf\u5929\u5341\u5c0f\u65f6\uff0c\u8840\u900f\u201c\u59d0\u59b9\u82b1\u201d\u5168\u529b\u5b88\u4f4f\u75c5\u4eba\u751f\u547d\u7ebf\uff01","smalltext":"\u4e0a\u6d77\u6297\u201c\u75ab\u201d\u4e4b\u6218\u7275\u52a8\u7740\u6bcf\u4e00\u4e2a\u4eba\u7684\u5fc3\uff0c\u5728\u8fd9\u4e2a\u6682\u505c\u4e0b\u6765\u7684\u57ce\u5e02\uff0c\u65e0\u6570\u4eba\u9009\u62e9\u9006\u884c\uff0c\u52c7\u5f53\u201c\u5b88\u6caa\u8005\u201d\u3002\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u7b2c\u4e00\u6279\u9a70\u63f4\u4e0a\u6d77\u5e76\u8fdb\u9a7b\u590d\u65e6\u5927\u5b66\u9644\u5c5e\u4e2d\u5c71\u533b\u9662\u8840\u900f\u5ba4\u7684\u4e24\u4f4d\u201c\u5b88\u6caa\u8005\u201d\u91d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5348"};
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 () {
}
});
});
}