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=1971&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: 1715208265, nonceStr: 'VvrH4SBj2BOMMh23', signature: 'bbb5e0bfc25da43063d00183d721df7022232705', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff1a\u75ab\u60c5\u671f\u95f4\u8840\u6db2\u51c0\u5316\u4e2d\u5fc3\u4e0d\u6253\u70ca\uff0c\u7cbe\u5fc3\u5475\u62a4\u7279\u6b8a\u7684\u4ed6\u4eec","smalltext":"\u5e9a\u5b50\u5e74\uff0c\u5f53\u5168\u56fd\u4eba\u6c11\u6b63\u5728\u4e3a\u6297\u51fb\u201c\u65b0\u51a0\u80ba\u708e\u201d\u505a\u597d\u5404\u9879\u9632\u63a7\u5de5\u4f5c\u7684\u65f6\u5019\uff0c\u6709\u8fd9\u6837\u4e00\u4e2a\u7279\u6b8a\u7684\u4eba\u7fa4\uff0c\u6bcf\u5468\u81f3\u5c11\u4e09\u6b21\u5de6\u811a\u8fc8\u51fa\u81ea\u5df1\u7684\u5bb6\u95e8\uff0c\u53f3\u811a\u8fc8\u8fdb\u7b2c\u4e8c\u4e2a\u201c\u5bb6\u201d\uff08\u8840\u6db2\u51c0\u5316\u4e2d\u5fc3\uff09\uff0c\u4ed6\u4eec\u5c31\u662f\u8840\u900f\u60a3\u8005\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1971"}; 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 () { } }); }); }