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=262&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: 1743703007, nonceStr: '08xITMbhXpqFYlCQ', signature: '14760c5f05db695a1cc598eb528d63667a8fafa6', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/d1f44b49385707a9d6b0eecaf471bee5.jpg","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u597d\u6e29\u6696\uff01\u5929\u4f7f\u4e49\u5356\u732e\u7231\u5fc3","smalltext":"\u3000\u3000\u5728\u7eda\u4e3d\u591a\u5f69\u7684\u4e94\u6708\uff0c\u5373\u5c06\u8fce\u6765\u7b2c108\u4e2a\u56fd\u9645\u62a4\u58eb\u8282\u3002\u4e3a\u7eaa\u5ff5\u201c5.12\u201d\u56fd\u9645\u62a4\u58eb\u8282\uff0c\u5f18\u626c\u5357\u4e01\u683c\u5c14\u7cbe\u795e\uff0c\u63a8\u5e7f\u4e2d\u533b\u836f\u6587\u5316\uff0c\u5c55\u793a\u6211\u9662\u4e2d\u533b\u62a4\u7406\u5de5\u4f5c\u8005\u7684\u667a\u6167\u548c\u98ce\u91c7\uff0c\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u62a4\u7406\u90e8\u5728\u95e8\u8bca\u5927\u5385\u4e3e\u884c\u4e86\u4e00\u573a\u522b\u5f00\u751f\u9762\u7684\u201c\u4e2d\u533b\u517b\u751f\u62a4\u5065\u5eb7\uff0c\u5929\u4f7f\u4e4b\u7231\u4f34\u60a8\u884c\u201d\u4e2d\u533b\u62a4\u7406\u5668\u5177\u5c55\u793a\u8d5b\u53ca\u4e2d\u533b\u62a4\u7406\u5668\u5177\u4e49\u5356\u6d3b\u52a8\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=262"}; 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 () { } }); }); }