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=357&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: 1743764429, nonceStr: 'BCY8oMNqmJAIHS5m', signature: '59eabcbb758abe91b380c8336df4533ec3bfb456', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/3f86aaacc2cbda545c85d607bd8c9697.jpg","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5206\u5a29\u5427\u7238\u7238\uff0c\u5206\u5a29\u75bc\u75db\u4f53\u9a8c\u6311\u6218\u53ef\u6709\u4f60\u7684\u6a21\u6837","smalltext":"\u503c\u6bcd\u4eb2\u8282\u53ca\u5168\u56fd\u6bcd\u4e73\u5582\u517b\u65e5\u6765\u4e34\u4e4b\u9645\uff0c\u4e3a\u5524\u9192\u793e\u4f1a\u5bf9\u6bcd\u4eb2\u7684\u5173\u7231\uff0c\u63d0\u9ad8\u5bf9\u6bcd\u4e73\u5582\u517b\u7684\u8ba4\u8bc6\uff0c5\u670811\u65e5\u4e0a\u5348\uff0c\u8fd1300\u4eba\u53c2\u52a0\u4e86\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u4e3b\u9898\u4e3a\u201c\u5206\u5a29\u5427\u7238\u7238--\u72ec\u5177\u6bcd\u5fc3\uff0c\u5582\u7231\u575a\u6301\u201d\u7684\u5206\u5a29\u75bc\u75db\u6311\u6218\u8d5b\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=357"}; 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 () { } }); }); }