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=1000&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: 1747101606, nonceStr: 'PuirVWJzo4IAbKY0', signature: '24a44ec05f1de97ca5e0c528220152b887430d63', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662:\u533b\u751f\uff0c\u6211\u60f3\u5bf9\u4f60\u8bf4","smalltext":"\u533b\u751f\uff0c\u60a8\u597d\u5343\u767e\u4e07\u79cd\u884c\u4e1a\u4e2d\uff0c\u4f60\u4eec\u662f\u6700\u7279\u6b8a\u7684\u4e00\u79cd\u3002\u4f60\u4eec\u7528\u7231\u5fc3\u3001\u7ec6\u5fc3\u3001\u8010\u5fc3\u3001\u8d23\u4efb\u5fc3\uff0c\u8be0\u91ca\u4e86\u535a\u5927\u7684\u533b\u8005\u7cbe\u795e\uff0c\u4e0e\u6b7b\u795e\u8d5b\u8dd1\uff1b\u4f60\u4eec\u7528\u9752\u6625\u3001\u6c57\u6c34\u3001\u70ed\u8840\u3001\u667a\u6167\uff0c\u8df5\u884c\u7740\u4f1f\u5927\u7684\u533b\u8005\u8a93\u8a00\uff0c\u4e3a\u751f\u547d\u63a5\u529b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1000"}; 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 () { } }); }); }