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=3394&classid=14&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: 1714285942, nonceStr: 'jJQvrt0DcwMElhdZ', signature: '1c57436aae33021ca37a466f77aacec9b84efc1d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202006\/38e70a389275cff1ce7eeedca7565a2f.jpg","title":"\u300c\u6700\u7f8e\u9006\u884c\u8005\u300d\u4f18\u79c0\u6848\u4f8b\u5f81\u96c6\u8bc4\u9009\u6d3b\u52a8\u83b7\u5956\u540d\u5355\u63ed\u6653\uff01","smalltext":"\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u80ba\u708e\u75ab\u60c5\u7206\u53d1\u4ee5\u6765\uff0c\u5168\u56fd\u4e0a\u4e0b\u6380\u8d77\u4e86\u4e00\u573a\u201c\u75ab\u60c5\u72d9\u51fb\u6218\u201d\uff0c\u5404\u7ea7\u533b\u7597\u673a\u6784\u7684\u533b\u62a4\u4eba\u5458\u5954\u8d74\u6297\u75ab\u4e00\u7ebf\uff0c\u6d8c\u73b0\u4e86\u4f17\u591a\u82f1\u96c4\u4eba\u7269\u548c\u611f\u4eba\u6545\u4e8b\u3002\u4e3a\u4e86\u5ba3\u4f20\u75ab\u60c5\u4e2d\u7684\u6700\u7f8e\u77ac\u95f4\uff0c\u8fdb\u4e00\u6b65\u4f20\u64ad\u793e","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=3394"}; 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 () { } }); }); }