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=2734&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: 1716015992, nonceStr: 's5t31soHwpt1BGh0', signature: 'ff135a3f2aae0a98abff9f70eca1a6dfbd4b11ca', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u957f\u5927\u540e \u6211\u5c31\u6210\u4e86\u4f60","smalltext":" \u81ea\u75ab\u60c5\u53d1\u751f\u4ee5\u540e\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u773c\u79d190\u5e74\u540e\u674e\u73ca\u73ca\u4e3b\u52a8\u8bf7\u7f28\uff0c\u4e00\u76f4\u575a\u6301\u594b\u6218\u5728\u4e00\u7ebf\u3002\u521d\u5230\u9694\u79bb\u75c5\u533a\uff0c\u56e0\u5de5\u4f5c\u4efb\u52a1\u7e41\u91cd\uff0c\u5979\u60a3\u4e0a\u4e86\u4e9a\u6025\u6027\u7532\u72b6\u817a\u708e\uff0c\u767d\u5929\u5728\u9694\u79bb\u75c5\u533a\u575a\u6301\u5de5\u4f5c\uff0c\u665a\u4e0a\u5728\u7559\u89c2\u7684\u9152\u5e97","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2734"}; 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 () { } }); }); }