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=6681&classid=14&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: 1746136143, nonceStr: 'oDoIyT4E9x3rUISC', signature: '0bb52d54c28a7a7555ee9b6caedcbc3bf696363d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u201c\u662f\u836f\u4e09\u5206\u6bd2\u201d\u7684\u62c5\u5fc3","smalltext":"6\u5c81\u7684\u541b\u541b\u662f\u6211\u5206\u7ba1\u7684\u60a3\u513f\uff0c\u56e0\u53cd\u590d\u53d1\u70ed12\u5929\u5165\u9662\uff0c\u4f4f\u9662\u7b2c5\u5929\u4e86\uff0c\u7ecf\u8fc7\u6cbb\u7597\u4ecd\u95f4\u65ad5\uff5e6\u5c0f\u65f6\u53d1\u70e7\u4e00\u6b21\u3002\u7167\u987e\u5b69\u5b50\u7684\u662f\u7237\u7237\uff0c\u6bcf\u6b21\u5b69\u5b50\u53d1\u70e7\u65f6\uff0c\u7237\u7237\u5c31\u4f1a\u8dd1\u5230\u62a4\u58eb\u7ad9\u5927\u58f0\u8d23\u9a82\uff1a\u201c\u62a4\u58eb\u54ce\uff0c\u600e\u4e48\u53c8\u70e7\u4e86\uff1f\u505a\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6681"}; 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 () { } }); }); }