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=1864&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: 1715005072, nonceStr: 'yQbwudUfPpHS8kMi', signature: 'fead8bb96d5958ac01ff2a19a0e7e00b79ab8a7a', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/de647a5465267af3161dd2811a030a57.png","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\u4e2d\u7684\u611f\u4eba\u77ac\u95f4","smalltext":"\u65b0\u578b\u80ba\u708e\u7684\u8513\u5ef6\uff0c\u8ba9\u8fd9\u4e2a\u51ac\u5929\u683c\u5916\u5bd2\u51b7\uff0c\u5728\u8fd9\u5371\u6025\u5173\u5934\u5374\u6709\u4e00\u7fa4\u767d\u8863\u6218\u58eb\u5954\u8d74\u524d\u7ebf\u3001\u6700\u7f8e\u9006\u884c\uff0c\u6210\u4e3a\u6211\u4eec\u5fc3\u4e2d\u201c\u8d70\u8fc7\u51ac\u5929\u4fbf\u662f\u6625\u201d\u7684\u7b03\u5b9a\u3002\u75c5\u6bd2\u65e0\u60c5\u4eba\u6709\u60c5\uff0c\u8fd9\u4e9b\u6696\u5fc3\u7684\u77ac\u95f4\u8fde\u7f00\u800c\u6210\u4f17\u5fd7\u6210\u57ce\u7684\u957f\u5377\uff0c\u8ba9\u6211\u4eec\u770b\u5230\u4e86\u56db\u533b\u4eba\u7684\u575a\u5b88\u548c\u6e29\u6696\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1864"}; 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 () { } }); }); }