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=683&classid=5&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: 1746614298, nonceStr: 'YTZkpWQq0fwKsBOl', signature: '34b68ed7d4c699af4e3a4e20cab2f1d8e21f6793', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/38cff327ee2f8a05bde9fbb4261985a1.jpg","title":"\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u7528\u6c34\u679c\u62fc\u76d8\u5927\u8d5b\u4e3a\u515a\u5e86\u751f","smalltext":"\u201c\u6ca1\u60f3\u5230\u533b\u9662\u9ad8\u624b\u5982\u4e91\uff0c\u85cf\u9f99\u5367\u864e\uff0c\u4e3b\u4efb\u5e73\u65f6\u62ff\u5f97\u8d77\u624b\u672f\u5200\u4e5f\u80fd\u62ff\u5f97\u8d77\u83dc\u5200\uff01\u201d\u8fd9\u662f7\u67081\u65e5\uff0c\u5728\u5357\u5b81\u5e02\u5987\u5e7c\u4fdd\u5065\u96622019\u5e74\u201c\u5e86\u4e03\u4e00\u00b7\u7231\u7956\u56fd\u201d\u6c34\u679c\u62fc\u76d8\u5927\u8d5b\u7684\u73b0\u573a\u4e0a\uff0c\u4e00\u540d\u804c\u5de5\u53d1\u51fa\u611f\u6168\u3002\u533b\u9662\u7cbe","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=683"}; 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 () { } }); }); }