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=1716&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: 1747168095, nonceStr: '5mCMXDOtX6v6WJM0', signature: '4bcda80a3b2bad1c928b44229e0f1e2ef655abd1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202002\/58ff97fea70fa3a27afc54d8a28bff7a.jpg","title":"\u5fb7\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u4e00\u4f4d\u611f\u67d3\u79d1\u62a4\u5e08\u7684\u6218\u5f79","smalltext":"\u9648\u73af\uff0c\u662f\u5fb7\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u611f\u67d3\u79d1\u7684\u526f\u4e3b\u4efb\u62a4\u5e08\u3002\u5728\u6297\u51fb\u65b0\u578b\u51a0\u72b6\u75c5\u6bd2\u611f\u67d3\u80ba\u708e\u75ab\u60c5\u7684\u6218\u573a\u4e0a\uff0c\u5979\u8fd1\u8ddd\u79bb\u63a5\u89e6\u524d\u6765\u95ee\u8bca\u7684\u53d1\u70ed\u75c5\u4eba\u5df2\u7ecf\u575a\u5b88\u5c97\u4f4d7\u65e5\u3002\u4f5c\u4e3a\u4e00\u540d\u5171\u4ea7\u515a\u5458\uff0c\u5979\u65e0\u6028\u65e0\u6094\uff0c\u662f\u75ab","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1716"}; 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 () { } }); }); }