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=6572&classid=14&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: 1749064268, nonceStr: '29hkpfUU7mQLxTH6', signature: 'f7301e216b5c1478662409eb7fab2138ad16a94d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u4e00\u573a\u7279\u522b\u7684\u751f\u65e5\u4f1a\u2014\u2014\u7231\u4e0e\u751f\u547d\u7684\u5ef6\u7eed","smalltext":"2023\u5e749\u670819\u65e5\uff0c\u5728\u521a\u5f00\u4e1a\u4e00\u4e2a\u6708\u7684\u56db\u5ddd\u6cf0\u5eb7\u533b\u9662\u513f\u79d1\u75c5\u623f\uff0c\u4e00\u573a\u7279\u522b\u7684\u751f\u65e5\u4f1a\u6b63\u5728\u513f\u79d1\u4e3e\u884c\u3002\u8fd9\u662f\u513f\u79d1\u7684\u533b\u62a4\u4eba\u5458\u3001\u7231\u76ca\u884c\u793e\u5de5\u4e00\u8d77\u4e3a\u6ee1\u4e00\u5468\u5c81\u7684\u5c0f\u7fbd\uff08\u5316\u540d\uff09\u4e00\u5bb6\u51c6\u5907\u7684\u7279\u522b\u60ca\u559c\u3002\u5c0f\u7fbd\u4e0d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6572"}; 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 () { } }); }); }