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=4295&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: 1714730106, nonceStr: 'rHt6mnsvW4ZDOcgd', signature: '37f446afbd4bef83a93274518e4f2a9263472085', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u9752\u6d77\uff0c\u6211\u4eec\u6765\u4e86","smalltext":"\u5728\u9a6c\u4e0a\u8981\u7ed3\u675f\u5c71\u4e1c\u7701\u8840\u6db2\u51c0\u5316\u4e13\u79d1\u62a4\u58eb\u57f9\u8bad\u7684\u65f6\u5019\uff0c\u6211\u63a5\u5230\u79d1\u5ba4\u901a\u77e5\uff0c\u8981\u9009\u6d3e\u4eba\u5458\u53c2\u52a0\u9752\u6d77\u7701\u6d77\u5317\u5dde\u4e3a\u671f\u4e00\u5e74\u7684\u201c\u7ec4\u56e2\u5f0f\u201d\u652f\u533b\u5de5\u4f5c\uff0c\u5e2e\u52a9\u6d77\u5317\u5dde\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5efa\u8bbe\u9c81\u9752\u8840\u6db2\u900f\u6790\u4e2d\u5fc3\uff0c\u6211\u6beb\u4e0d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4295"}; 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 () { } }); }); }