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=1510&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: 1747189802, nonceStr: 'OXXqQm9OjblfC6e4', signature: '42b36980bfbbb796b26fbd7919623336d96bf230', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201912\/a1db5bbe3dcf9a39db6c9d67d14d52a0.jpg","title":"\u6d59\u5927\u56db\u9662\uff1a\u300a\u5065\u5eb7\u84dd\u76ae\u4e66\u300b\uff0c\u6696\u5fc3\u3001\u4fbf\u6c11\u53c8\u8d34\u5fc3","smalltext":"\u8fd1\u65e5\uff0c\u6d59\u6c5f\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u7b2c\u56db\u533b\u9662\u4e3a\u5927\u5bb6\u9001\u4e0a\u4e86\u4e00\u4efd\u7279\u522b\u7684\u793c\u7269\u2014\u2014\u300a\u6d59\u5927\u56db\u9662\u5065\u5eb7\u84dd\u76ae\u4e66\u300b\uff0c\u516c\u76ca\u8d60\u4e66\u6d3b\u52a8\u5728\u533b\u9662\u95e8\u8bca\u5927\u5385\u5f00\u5c55\uff0c\u53d7\u5230\u4e86\u5e02\u6c11\u7684\u70ed\u60c5\u8ffd\u6367\u3002 \u8fd9\u672c\u5320\u5fc3\u5236\u4f5c 27 \u4e07\u5b57\u7684\u539f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1510"}; 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 () { } }); }); }