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=4465&classid=24&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: 1714591846, nonceStr: '0BVpXofjBiCX129N', signature: '2b49c3bd98f4672d661a2e6b3a3f606b37708343', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u3010\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u63ed\u79d8\u4e94\u3011\u4ec0\u4e48\u662f\u8def\u6f14\uff1f\u4e0d\u662f\u8def\u8fb9\u6f14\u54c8\uff01","smalltext":"\u4e2d\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8424\u706b\u866b\u8ba1\u5212\u66a82021\u5e74\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5927\u8d5b\u6d3b\u52a8\u542f\u52a8\u4ee5\u6765\uff0c\u4ecd\u7136\u6709\u4e0d\u5c11\u7684\u533b\u7597\u673a\u6784\u5f31\u5f31\u5730\u627e\u6211\u4eec\u79c1\u804a\uff1a\u4ec0\u4e48\u662f\u201c\u8def\u6f14\u201d\uff1f\u4fd7\u8bdd\u8bf4\uff0c\u4e00\u5343\u4e2a\u8bfb\u8005\u773c\u4e2d\uff0c\u5c31\u4f1a\u6709\u4e00\u5343\u4e2a\u54c8\u59c6\u96f7\u7279","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=4465"}; 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 () { } }); }); }