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=6517&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: 1746134509,
nonceStr: 'joVKhcicAqL8xatq',
signature: '37368ad3d87ec0727e70ffb729408ab69d84d355',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202401\/ce17f15434800cd97c88129df685b9a3.jpg","title":"2024\u5e74\u201c\u533b\u754c\u6625\u8282\u665a\u4f1a\u201d\u8282\u76ee\u5f81\u96c6\u9080\u8bf7\u51fd","smalltext":"\u5404\u533b\u7597\u536b\u751f\u673a\u6784\u3001\u533b\u5b66\u9662\u6821\u53ca\u76f8\u5173\u5355\u4f4d\uff1a\u4e3a\u5c55\u73b0\u5e7f\u5927\u533b\u52a1\u5de5\u4f5c\u8005\u201c\u656c\u4f51\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\u7684\u533b\u5b66\u4eba\u6587\u7cbe\u795e\uff0c\u4f20\u9012\u884c\u4e1a\u6b63\u80fd\u91cf\uff0c\u8425\u9020\u5c0a\u533b\u91cd\u536b\u7684\u826f\u597d\u793e\u4f1a\u6c1b\u56f4\uff0c\u63a8\u8fdb\u5065\u5eb7\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6517"};
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 () {
}
});
});
}