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=107&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: 1716138248, nonceStr: '6nixlYaysj52iWmQ', signature: '9897e7bb8f02df721dfbd3884b5292e8fdb40598', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/c8315e7eadb3fe117d3579af46b6e036.jpg","title":"\u533b\u9662\u5f00\u4e86\u4e2a\u51c0\u83dc\u623f\uff0c\u8ba9\u804c\u5de5\u5fc3\u91cc\u6696\u7ffb\u5929","smalltext":"\u4f17\u6240\u5468\u77e5\uff0c\u533b\u52a1\u4eba\u5458\u7684\u5de5\u4f5c\u5f3a\u5ea6\u5927\uff0c\u4e0a\u73ed\u65f6\u95f4\u957f\uff0c\u56e0\u6b64\uff0c\u4fdd\u8bc1\u533b\u9662\u804c\u5de5\u7684\u4e00\u65e5\u4e09\u9910\uff0c\u8ba9\u4ed6\u4eec\u5403\u597d\u6bcf\u4e00\u987f\u996d\u6210\u4e3a\u4e86\u533b\u9662\u4f53\u73b0\u589e\u5f3a\u804c\u5de5\u5e78\u798f\u611f\u548c\u4f53\u73b0\u4eba\u6587\u5173\u6000\u7684\u91cd\u8981\u4efb\u52a1\u3002\u533b\u9662\u98df\u5802\u6bcf\u5929\u6b63\u5e38\u4f9b\u5e94\u65e9\u9910","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=107"}; 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 () { } }); }); }