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=839&classid=4&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: 1715922302, nonceStr: 'Nw4CFy6ZanrRWHSf', signature: '75426258a008cf463a991d81e47a02a8b17058a1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/fa8c5077e52b47c4a6a003d042e63473.jpg","title":"\u6210\u90fd\u533b\u5b66\u9662\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u4f55\u519b\uff1a\u8fd9\u4f55\u5c1d\u4e0d\u662f\u4e00\u573a\u4fee\u70bc","smalltext":"1982\u5e74\uff0c\u8fd9\u4e00\u5e74\u6211\u51fa\u751f\u5728\u56db\u5ddd\u5927\u5df4\u5c71\u6df1\u5904\u7684\u5c0f\u5c71\u6751\u3002\u4e5f\u662f\u8fd9\u4e00\u5e74\uff0c\u4e00\u4f4d\u6c7d\u8f66\u5175\u548c\u4ed6\u7684\u6218\u53cb\u4eec\u6b63\u5954\u5fd9\u5728\u6210\u90fd\u4e00\u6240\u90e8\u961f\u533b\u9662\u4f4f\u9662\u5927\u697c\u7684\u5de5\u5730\u4e0a\u3002\u8fd9\u4f4d\u6c7d\u8f66\u5175\u662f\u6211\u7684\u7236\u4eb2\uff0c\u4e5f\u6b63\u662f\u56e0\u4e3a\u8fd9\u4e00\u7f18\u5206\uff0c\u5728\u9ad8","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=839"}; 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 () { } }); }); }