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=1116&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: 1747125302, nonceStr: 'mnnRA6ngB8MbrBJZ', signature: '13d3023b3a5851ca232454666977853f09c58058', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u4e1c\u5927\u5b66\u7b2c\u4e8c\u533b\u9662:\u670b\u53cb\u5708\u6700\u79c0\u7684\u56e2\u5706\u65b9\u5f0f","smalltext":"\u53c8\u662f\u4e00\u5e74\u56e2\u5706\u65f6\uff0c\u6708\u5230\u4e2d\u79cb\u5206\u5916\u660e\u3002\u6bcf\u5e74\u7684\u8fd9\u4e00\u5929\uff0c\u65e0\u8bba\u6211\u4eec\u8eab\u5728\u4f55\u5904\uff0c\u90fd\u4f1a\u6e34\u671b\u56de\u5bb6\uff0c\u548c\u4eb2\u4eba\u56e2\u805a\uff0c\u5171\u4eab\u5929\u4f26\u4e4b\u4e50\u3002\u5728\u4e2d\u56fd\u4eba\u7684\u5fc3\u5e95\uff0c\u56e2\u5706\uff0c\u5c31\u662f\u5bf9\u5bb6\u6700\u597d\u7684\u8be0\u91ca\u3002\u4eca\u5e74\u4e2d\u79cb\uff0c\u4f9d\u7136\u4f1a\u6709\u8bb8\u591a\u533b\u62a4\u4eba\u5458","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1116"}; 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 () { } }); }); }