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=2873&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: 1714797722, nonceStr: 'Pty8t8xO4VUjXEei', signature: '01fb3d6ff5f6d69af2de7d3bc89d0cc7e45d4253', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u6bd3\u749c\u9876\u533b\u9662\uff1a\u575a\u6301\u4ee5\u4eba\u4e3a\u672c \u6253\u9020\u6587\u5316\u54c1\u724c","smalltext":"\u70df\u53f0\u6bd3\u749c\u9876\u533b\u9662\u59cb\u5efa\u4e8e1890\u5e74\uff0c\u662f\u7f8e\u56fd\u957f\u8001\u4f1a\u521b\u529e\u7684\u6559\u4f1a\u533b\u9662\uff0c\u81f3\u4eca\u5df2\u6709130\u5e74\u7684\u5386\u53f2\u3002\u4f5c\u4e3a\u4e00\u6240\u6709\u6df1\u8574\u5386\u53f2\u3001\u6709\u6587\u5316\u5185\u6db5\u3001\u6709\u7cbe\u5f69\u6545\u4e8b\u7684\u533b\u9662\uff0c\u533b\u9662\u5bf9\u5185\u63a8\u884c\u4eba\u672c\u7ba1\u7406\uff0c\u5145\u5206\u8c03\u52a8\u5458\u5de5\u7684\u79ef\u6781","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2873"}; 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 () { } }); }); }