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=1012&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: 1714810633, nonceStr: 'sbbJNHp5rAIJkdLo', signature: '1a88d662751dd63ac7336dd22964edb845b95441', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u201c\u6709\u6211\u4eec\uff0c\u60a8\u653e\u5bbd\u5fc3\uff01\u201d\u4e00\u53e5\u6696\u8a00\u7ed3\u4e0b\u516d\u5e74\u533b\u60a3\u60c5","smalltext":" \u524d\u65e5\uff0c\u5728\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff08\u6e56\u5317\u7701\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\uff09\u6ccc\u5c3f\u5916\u79d1\u75c5\u623f\uff0c\u60a3\u8005\u90b1\u5148\u751f\u7d27\u7d27\u62c9\u7740\u7ba1\u5e8a\u533b\u751f\u77bf\u66e6\u7684\u624b\u6fc0\u52a8\u7684\u8bf4\uff1a\u201c\u8c22\u8c22\u60a8\uff0c\u5982\u679c\u90a3\u5929\u4e0d\u662f\u60a8\uff0c\u6211\u81ea\u5df1\u5f88\u96be\u633a\u8fc7\u53bb\u3002\u201d\u539f\u6765\uff0c\u4e00\u5468\u524d\uff0c\u8fd9\u540d\u60a3\u8005\u56e0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1012"}; 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 () { } }); }); }