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=3934&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: 1745108534, nonceStr: 'XxWgqjgDC9MC2XCz', signature: 'ea14083a1b697094048d443812da6093abfebe95', 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\u533b\u9662\u7adf\u7136\u6210\u4e86\u4ed6\u7b2c\u4e8c\u4e2a\u201c\u5bb6\u201d","smalltext":"\u201c\u94c3\u94c3\u94c3......\u201d\u4e00\u5929\u591c\u91cc\uff0c\u4e00\u9635\u6025\u4fc3\u7684\u7535\u8bdd\u94c3\u58f0\u5728\u6566\u5316\u5e02\u533b\u9662\u80bf\u7624\u5185\u79d1\u54cd\u8d77\u3002\u7535\u8bdd\u662f\u7f13\u51b2\u75c5\u533a\u6253\u6765\u7684\uff0c\u6709\u4e00\u540d\u60a3\u8005\u9700\u8981\u8f6c\u5165\u80bf\u7624\u5185\u79d1\u8fdb\u884c\u6cbb\u7597\uff0c\u4e0d\u4ec5\u9700\u8981\u4f7f\u7528\u8f6e\u6905\u63a5\u9001\uff0c\u8fd8\u9700\u8981\u76d1\u62a4\u5438\u6c27\u3002\u5c06","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3934"}; 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 () { } }); }); }