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=6786&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: 1746134509, nonceStr: 'OMkf1dWlYs3IqXU1', signature: '832b02ba2598422c5b2de04f6b8c50b2c8ed7c59', 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\u4e2d\u533b\u9662\uff1a\u8840\u900f\u5ba4\u533b\u62a4\u4e3a\u53d7\u707e\u60a3\u8005\u6350\u6b3e\u732e\u7231\u5fc3","smalltext":"8\u67081\u65e5\u5efa\u519b\u8282\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u8840\u900f\u5ba418\u540d\u533b\u62a4\u4e3a\u53d7\u707e\u7684\u8840\u900f\u60a3\u8005\u4f4e\u4fdd\u6237\u5f20**\u6350\u6b3e2100\u5143\uff0c\u5e2e\u52a9\u4ed6\u6e21\u8fc7\u773c\u524d\u96be\u5173\uff0c\u9f13\u52b1\u4ed6\u575a\u6301\u900f\u6790\uff0c\u52c7\u6562\u9762\u5bf9\u751f\u6d3b\u7684\u82e6\u96be\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6786"}; 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 () { } }); }); }