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=5011&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: 1746210371, nonceStr: 'cLU6Eey5XBeUyXS2', signature: '637db962640d88ff0b78a4d0a14f016b9a6b8715', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u95ed\u73af\u95ed\u7684\u662f\u75c5\u6bd2 \u95ed\u4e0d\u65ad\u7684\u662f\u6e29\u60c5","smalltext":"\u4eba\u751f\uff0c\u603b\u4f1a\u6709\u4e0d\u671f\u800c\u9047\u7684\u6e29\u6696\u548c\u751f\u751f\u4e0d\u606f\u7684\u5e0c\u671b\u30028\u670826\u65e5\uff0c\u6211\u544a\u522b\u4e0d\u6ee14\u5c81\u7684\u5b69\u5b50\u548c\u5bb6\u4eba\u6765\u5230\u53d1\u70ed\u95e8\u8bca\u62a5\u9053\uff0c\u53c2\u52a0\u201c\u95ed\u73af\u5f0f\u7ba1\u7406\u201d\u3002\u95ed\u73af\u5f0f\u7ba1\u7406\uff0c\u5c31\u662f\u5b9e\u65bd\u5168\u5c01\u95ed\u5f0f\u751f\u6d3b\u7ba1\u7406\uff0c\u53d1\u70ed\u95e8\u8bca\u533b\u62a4\u5de5\u4f5c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5011"}; 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 () { } }); }); }