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=6915&classid=11&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: 1763203915, nonceStr: 'AdBFsgdYCuhb3fay', signature: '64628f3a0fae65ef82cadf8b1c262259f590dd46', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7528\u751f\u547d\u6e29\u6696\u751f\u547d\uff1a\u4e00\u5219\u5173\u4e8e\u4e24\u767e\u5143\u7ea2\u5305\u7684\u4eba\u6587\u62a4\u7406\u6545\u4e8b","smalltext":"\u5728\u6ccc\u5c3f\u5916\u79d1\u7684\u65e5\u5e38\u4e2d\uff0c\u6211\u4eec\u5b88\u62a4\u7684\u4e0d\u4ec5\u4ec5\u662f\u60a3\u8005\u7684\u751f\u7406\u5065\u5eb7\uff0c\u66f4\u662f\u4e00\u9897\u9897\u88ab\u75c5\u75db\u4fb5\u6270\u7684\u5fc3\u7075\u3002\u6211\u4eec\u575a\u4fe1\uff0c\u533b\u5b66\u662f\u79d1\u5b66\u7684\uff0c\u4f46\u62a4\u7406\u662f\u4eba\u6587\u7684\u3002\u6211\u4eec\u7684\u804c\u8d23\uff0c\u662f\u7528\u4e13\u4e1a\u7684\u6280\u672f\u795b\u9664\u75c5\u75db\uff0c\u66f4\u8981\u7528\u6e29\u6696\u7684\u5171","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=6915"}; 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 () { } }); }); }