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=6427&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: 1743703012,
nonceStr: 'FMNgMDfAANGNwka3',
signature: 'ad2d6b1020cffe3041d475c9a1656bc1e4a95be5',
jsApiList: [
'checkJsApi',
'onMenuShareTimeline',
'onMenuShareAppMessage',
'onMenuShareQQ',
'onMenuShareWeibo',
]
});
wx.ready(function () {
var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/d\/file\/p\/202310\/09902eaf5597b92ec81beef231b67e15.jpg","title":"\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7b2c\u56db\u5c4a\u4f1a\u5458\u4ee3\u8868\u5927\u4f1a\u5706\u6ee1\u53ec\u5f00","smalltext":"2023\u5e749\u670824\u65e5\uff0c\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7b2c\u56db\u5c4a\u4f1a\u5458\u4ee3\u8868\u5927\u4f1a\u5728\u5317\u4eac\u56fd\u4e8c\u62db\u5bbe\u9986\u9686\u91cd\u53ec\u5f00\uff0c\u56fd\u5bb6\u6c11\u653f\u90e8\u3001\u56fd\u5bb6\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u3001\u56fd\u5bb6\u53f8\u6cd5\u90e8\u7b49\u6709\u5173\u90e8\u59d4\u9886\u5bfc\u548c\u5404\u5730\u534f\u4f1a\u4f1a\u5458\u4ee3\u8868\u8fd1\u56db\u767e\u4eba\u53c2\u52a0\u4e86","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6427"};
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 () {
}
});
});
}