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=3966&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: 1745109505, nonceStr: 'a4t30oWScOyshnem', signature: '4b4eae599a80b142bb22318312f75cc5ca0af86d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202101\/68cc2bddf26a98fbc0648b8ca2dc6c7c.jpg","title":"\u9646\u519b\u7279\u8272\u533b\u5b66\u4e2d\u5fc3\uff1a\u5927\u5199\u7684\u670d\uff01\u62a4\u7406\u90e8\u5f00\u5e74\u9996\u4e2a\u6d3b\u52a8\u89e3\u9501\u65b0\u6280\u80fd\u5f15\u6012\u8d5e","smalltext":"\u201c\u4e0b\u5217\u54ea\u9879\u4e0d\u5c5e\u4e8e\u300a\u62a4\u7406\u6587\u4e66\u4e66\u5199\u89c4\u8303\u300b\u7684\u4e66\u5199\u539f\u5219?\u201d\u201c\u6211\u4eec\u7684\u7b54\u6848\u662fA\u3002\u201d\u201c\u606d\u559c\t\u4f60\u7b54\u5bf9\u4e86\uff0c\u52a010\u5206\uff01\u201d1\u670819\u65e5\u4e0b\u5348\uff0c\u7b2c\u4e00\u4f4f\u9662\u90e814\u697c\u5b66\u672f\u5385\u73b0\u573a\u6c14\u6c1b\u70ed\u70c8\uff0c\u62a4\u7406\u90e8\u4e3b\u529e\u7684\u62a4\u7406\u6587\u4e66\u201c\u6167\u773c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3966"}; 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 () { } }); }); }