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=2423&classid=10&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: 1746243034, nonceStr: 'Ryh3ImYgE4xmyDoT', signature: '46abcde4323368dd67bda32ab9331a413ccdeae5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\uff1a\u505a\u4e00\u5bb6\u7cbe\u800c\u7f8e\u7684\u513f\u7ae5\u533b\u9662","smalltext":"\u4e00\u3001\u4eba\u6587\u670d\u52a1\u80cc\u666f\u4e0a\u6d77\u5e02\u513f\u7ae5\u533b\u9662\u662f\u4e00\u6240\u4e09\u7ea7\u7532\u7b49\u513f\u7ae5\u4e13\u79d1\u533b\u9662\uff0c\u81f3\u4eca\u5df2\u670983\u5e74\u5386\u53f2\uff0c\u524d\u8eab\u662f1937\u5e74\u6210\u7acb\u7684\u5168\u56fd\u9996\u5bb6\u201c\u4e0a\u6d77\u96be\u7ae5\u533b\u9662\u201d\uff0c\u8fd9\u4f7f\u5f97\u533b\u9662\u5728\u5efa\u7acb\u4e4b\u521d\u5c31\u5df2\u57cb\u4e0b\u4e86\u201c\u4eba\u6587\u3001\u516c\u76ca\u3001\u6148\u513f\u7ae5\u533b\u9662","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2423"}; 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 () { } }); }); }