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=3466&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: 1715085789, nonceStr: 'KEuyUD3B76aFAow8', signature: '190ee21823e6ced1b7c71e905392a1eb2a721671', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u5e38\u6001\u5316\u9632\u63a7\u4e0d\u653e\u677e","smalltext":"\u5f53\u524d\u75ab\u60c5\u9632\u63a7\u6b63\u5904\u4e8e\u201c\u5916\u9632\u8f93\u5165\u3001\u5185\u9632\u53cd\u5f39\u201d\u7684\u5173\u952e\u65f6\u523b\uff0c\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\u5728\u5e38\u6001\u5316\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u4e2d\uff0c\u6df1\u5165\u8d2f\u5f7b\u4e60\u603b\u4e66\u8bb0\u91cd\u8981\u8bb2\u8bdd\u91cd\u8981\u6307\u793a\u6279\u793a\u7cbe\u795e\uff0c\u5168\u9762\u843d\u5b9e\u4e2d\u592e\u3001\u7701\u59d4\u548c\u5e02\u59d4\u5173\u4e8e\u75ab\u60c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3466"}; 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 () { } }); }); }