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=4415&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: 1715049370, nonceStr: 'yMVi9LSp03G5WqpO', signature: 'c75e2023a73d57f6b1f3ccf342cc0f581c4a1c4c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202106\/4f098105f327479f701dfa11d6dde069.jpg","title":"\u5317\u4eac\u4e2d\u6b27\u533b\u7ba1\u6280\u672f\u7814\u7a76\u9662\uff1a\u9662\u957f\u4eec\u5c31\u5e94\u8be5\u7406\u76f4\u6c14\u58ee\u7ed9\u533b\u62a4\u6da8\u5de5\u8d44","smalltext":"\u201c\u9662\u957f\u4eec\u4e0d\u8981\u8c08\u94b1\u53d8\u8272\uff0c\u533b\u9662\u7ee9\u6548\u7ba1\u7406\u5c31\u662f\u89e3\u7801\u5f53\u4ee3\u533b\u9662\u5185\u90e8\u7ba1\u7406\u7684\u91d1\u94a5\u5319\uff0c\u201d\u6e05\u534e\u5927\u5b66\u533b\u9662\u7ba1\u7406\u7814\u7a76\u9662\u521b\u59cb\u4eba\u5218\u5ead\u82b3\u6559\u6388\u62ff\u8d77\u8bdd\u7b52\u98ce\u8da3\u7684\u5bf9\u4f1a\u573a\u91cc\u4e8c\u767e\u591a\u4f4d\u9662\u957f\u8bf4\uff1a\u201c\u516c\u7acb\u533b\u9662\u9662\u957f\u5f53\u7684\u597d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4415"}; 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 () { } }); }); }