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=2048&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: 1747147591, nonceStr: 'ZneGfcZEqnUBwUBH', signature: 'eba30b6900223942afba1dae2c4daf809b85c905', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/be5ebf4ea061277cd21e676a90c33e75.jpg","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u4f4d\u6bcd\u4eb2\u7684\u9009\u62e9","smalltext":" \u5f20\u664b\u82ac\uff0c\u5979\u662f\u4e00\u4f4d\u5728\u4e34\u5e8a\u4e00\u7ebf\u6478\u722c\u6eda\u6253\u4e8620\u4f59\u5e74\u7684\u62a4\u58eb\uff0c\u5979\u662f\u547c\u5438\u5185\u79d1\u7684\u62a4\u58eb\u957f\uff0c\u5979\u4e5f\u662f\u4e00\u4f4d\u6bcd\u4eb2\u3002\u5341\u4e03\u5e74\u524d\u7684\u6625\u8282\u521a\u8fc7\uff0c\u7531\u4e8e\u975e\u5178\u75ab\u60c5\u4e25\u91cd\uff0c\u521a\u4f11\u5b8c\u4ea7\u5047\u7684\u5979\u6beb\u4e0d\u72b9\u8c6b\u7684\u5730\u628a\u8941\u8913\u4e2d\u7684\u5b69\u5b50\u4ea4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2048"}; 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 () { } }); }); }