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=784&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: 1749381299, nonceStr: 'fA1fCCzdv1BpXIJm', signature: '2c8a96f7439a1842ab5c77644dc627bbd96ec004', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/a3cde7d18e18b49d277b0ebbc0169452.png","title":"\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\uff1a\u60a3\u8005\u548c\u533b\u62a4\u4e00\u8d77\u201c\u4e0a\u8bfe\u201d\uff0c\u8fd9\u6837\u7684\u8bfe\u5802\u662f\u4e00\u79cd\u4ec0\u4e48\u611f\u53d7\uff1f","smalltext":"\u5f53\u533b\u60a3\u6210\u4e3a\u201c\u540c\u5b66\u201d\uff0c\u5728\u540c\u4e00\u4e2a\u8bfe\u5802\u4e0a\uff0c\u4e00\u8d77\u4e0a\u8bfe\u5b66\u4e60\u6cbb\u7597\u75be\u75c5\u7684\u77e5\u8bc6\uff0c\u533b\u62a4\u3001\u60a3\u8005\u3001\u5bb6\u5c5e\u4f1a\u6709\u4ec0\u4e48\u6837\u7684\u611f\u53d7\u5462\uff1f\u8fd9\u4f1a\u662f\u600e\u6837\u7684\u573a\u666f\uff1f\u5728\u9752\u5c9b\u897f\u6d77\u5cb8\u65b0\u533a\u7b2c\u4e8c\u4e2d\u533b\u533b\u9662\u5eb7\u590d\u6cbb\u7597\u5927\u5385\uff0c\u7ecf\u5e38\u4f1a\u770b\u5230\u8fd9","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=784"}; 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 () { } }); }); }