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=358&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: 1743764438, nonceStr: 'k27RysltfK91UWln', signature: '98ba0d8f19347f2be129dbda526fc4f8d8ee13ba', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201905\/c54a302406dd4573b61e5cc9d0e1f480.jpg","title":"\u5218\u4e09\u5c4b\u4e2d\u533b\u9aa8\u4f24\u533b\u9662:\u6df1\u591c3\u79d2\u949f\u641e\u5b9a\u4e24\u5c81\u5e7c\u7ae5\u9aa8\u6298","smalltext":"2019\u5e745\u670817\u65e5\u51cc\u6668\u4e00\u70b9\uff0c\u9759\u6084\u6084\u7684\u6b66\u6c49\u5218\u4e09\u5c4b\u4e2d\u533b\u9aa8\u4f24\u533b\u9662\u95e8\u8bca\u5927\u5385\uff0c\u7a81\u7136\u4f20\u6765\u4e00\u9635\u6025\u4fc3\u7684\u811a\u6b65\u58f0\uff0c\u5f53\u73ed\u533b\u62a4\u4eba\u5458\u5747\u95fb\u58f0\u51b2\u51fa\u503c\u73ed\u5ba4\uff0c\u89c1\u5230\u4e00\u4e2a\u6ee1\u8138\u7126\u6025\u7684\u5e74\u8f7b\u5988\u5988\uff0c\u62b1\u7740\u5979\u4e24\u5c81\u591a\u7684\u513f\u5b50\u524d\u6765","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=358"}; 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 () { } }); }); }