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=4226&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: 1744972236, nonceStr: '6V4eVuzdy3gh8DX5', signature: '0d6e5edf8ed1b1f3a2ad3a4216955c5a69b230c5', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4ee5\u516c\u76ca\u4e4b\u5fc3\uff0c\u884c\u836f\u4e8b\u4e4b\u5584","smalltext":" \u201c\u6211\u4e0d\u5c0f\u5fc3\u628a\u836f\u7269\u4f7f\u7528\u8bf4\u660e\u4e66\u5f04\u4e22\u4e86\uff0c\u5f53\u6211\u901a\u8fc7\u5fae\u4fe1\u54a8\u8be2\u5982\u4f55\u7ed9\u5973\u513f\u5403\u836f\u65f6\uff0c\u6ca1\u6709\u60f3\u5230\u5f97\u5230\u4e86\u5f20\u660e\u4f1f\u4e3b\u4efb\u8010\u5fc3\u7684\u8be6\u7ec6\u89e3\u7b54\u3002\u201d3\u670831\u65e5\uff0c\u5f53\u5f97\u77e5\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff08\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff09\u836f\u5b66","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4226"}; 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 () { } }); }); }