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=5269&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: 1715918183, nonceStr: 'XeGkRpSKqIc22NzL', signature: 'fb10c121bcd602ce4a6747f3c7bfcb2dadc82a9e', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u9694\u79bb\u9152\u5e97\u80cc\u540e\u7684\u201c\u6e29\u60c5\u5b88\u62a4\u8005\u201d","smalltext":"\u5728\u75ab\u60c5\u9632\u63a7\u963b\u51fb\u6218\u4e2d\uff0c\u9694\u79bb\u9152\u5e97\u662f\u963b\u6321\u75c5\u6bd2\u4f20\u64ad\u7684\u5173\u952e\u5c4f\u969c\u3002\u8fd1\u65e5,\u6211\u548c\u540c\u4e8b\u4eec\u7531\u4e8e\u5de5\u4f5c\u9700\u8981\uff0c\u4e0b\u73ed\u540e\u8981\u5230\u9694\u79bb\u9152\u5e97\u5c45\u4f4f\u3002\u6070\u5de7\u8d1f\u8d23\u8fd9\u6240\u9694\u79bb\u9152\u5e97\u7684\u62a4\u58eb\u662f\u6211\u9662\u540c\u4e8b\u6731\u83b9\u83b9\u3002\u5f97\u77e5\u5979\u5728\u8fd9\u4e2a","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5269"}; 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 () { } }); }); }