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=6518&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: 1743703078,
nonceStr: 'K6BlomWP1TNN0azi',
signature: '791d9d62d4ec9b74889b930c9c02c18ee2365397',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202401\/addcdd8eec6e4c496158368cb0f7526e.jpg","title":"\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u82b1\u5c0f\u4ea6\u4e89\u6625\uff0c\u5c0f\u8bb0\u5e38\u5dde\u4e00\u9662\u62a4\u7406\u6587\u5316\u5efa\u8bbe\u7ec4","smalltext":"2021\u5e743\u670820\u65e5,\u5e38\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u62a4\u7406\u6587\u5316\u5efa\u8bbe\u7ec4\u6210\u7acb\u3002\u62a4\u7406\u6587\u5316\u5efa\u8bbe\u7ec4\u662f\u7531\u4e00\u7fa4\u5177\u5907\u6587\u5316\u5174\u8da3\u3001\u6587\u5316\u624d\u80fd\u3001\u6587\u5316\u7d20\u517b\u7684\u79d1\u5ba4\u4eba\u5458\u7ec4\u6210\u3002\u6587\u5316\u7ec4\u804c\u80fd\u662f\u6839\u690d\u4e8e\u533b\u9662\u6587\u5316\u571f\u58e4\uff0c\u6293\u4f4f\u65f6\u4ee3\u5951\u673a\uff0c\u4ee5\u89c6\u9891\u521b\u4f5c\u3001\u6587\u5b57\u64b0\u7a3f\u3001\u821e\u53f0\u8868\u6f14\u3001\u65b0\u5a92\u4f53\u5ba3\u4f20\u7b49\u591a\u79cd\u65b9\u5f0f\uff0c\u591a\u9014\u5f84\u4e3a\u533b\u9662\u7684\u5168\u9762\u53d1\u5c55\u52a9\u529b\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6518"};
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 () {
}
});
});
}