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=881&classid=4&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: 1716012835, nonceStr: '97pRe0mdxqCyEy1i', signature: '186fda21dbdbf7e6c9f727bf29880ef69e875edb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u666e\u6d31\u5e02\u4e2d\u5fc3\u533b\u9662\u94b1\u76ca\u6656\uff1a\u6b63\u80fd\u91cf\u5c0f\u8349\uff0c\u533b\u9662\u4eba\u6587\u5c0f\u767d","smalltext":"\u5f88\u591a\u65f6\u5019\uff0c\u4e8b\u7269\u603b\u662f\u673a\u7f18\u5de7\u5408\uff0c\u51a5\u51a5\u4e2d\u4eff\u4f5b\u6709\u5b89\u6392\u3002\u7b2c\u4e00\u6b21\u5199\u533b\u9662\u7b80\u8baf\u7684\u65f6\u5019\u662f\u5728\u533b\u9662\u6551\u63f4\u961f\u91cc\uff0c\u5f53\u65f6\u6551\u63f4\u961f\u7684\u9009\u62d4\u6781\u5176\u4e25\u683c\uff0c\u90a3\u65f6\u5019\u6211\u521a\u521a\u53c2\u52a0\u5de5\u4f5c\u5728\u5e02\u533b\u9662\u6025\u8bca\u79d1\uff0c\u6025\u8bca\u79d1\u5f88\u5fd9\uff0c\u5927\u5bb6\u90fd\u89c9\u5f97\u79d1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=881"}; 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 () { } }); }); }