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=4633&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: 1716061645, nonceStr: 'iJS8lhTy7sszJhqL', signature: '4d5f6d2a2727102be808bbb0cd5f336849561760', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u65e5\u591c\u575a\u5b88\uff0c\u4ed6\u662f\u656c\u4e1a\u5949\u732e\u7684\u201c\u9632\u75ab\u8fd0\u8f93\u5458\u201d","smalltext":"\u4ed6\u4e0d\u662f\u4e13\u4e1a\u533b\u62a4\u4eba\u5458\uff0c\u5374\u7ecf\u5e38\u7a7f\u7740\u9632\u62a4\u670d\u5f80\u8fd4\u4e8e\u5404\u4e2a\u91c7\u6837\u70b9\uff1b\u4ed6\u5df2\u8fd1\u77e5\u5929\u547d\u5e74\u9f84\uff0c\u5374\u50cf\u5e74\u8f7b\u5c0f\u4f19\u5b50\u4e00\u6837\u663c\u591c\u5de5\u4f5c\u4e0d\u505c\uff0c\u4ed6\u5df2\u7ecf\u8fde\u7eed10\u5929\u6ca1\u6709\u56de\u5bb6\uff0c\u4e00\u76f4\u575a\u5b88\u5728\u5de5\u4f5c\u5c97\u4f4d\uff0c\u7528\u4ed6\u7684\u4e50\u89c2\u5f00\u6717\u548c\u5de5\u4f5c\u70ed\u60c5","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4633"}; 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 () { } }); }); }