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=3048&classid=12&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: 1716082289, nonceStr: 'PXrDzqlAxPmNfvhh', signature: '969258000cd2203d0e1b8d57c40c0bbec41ef9a0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u9f99\u5c97\u533a\u4eba\u6c11\u533b\u9662\u8096\u5e86\u9896\uff1a\u5f85\u5f97\u6625\u6c5f\u6c34\u6696\uff0c\u4e0e\u8bf8\u516c\u628a\u9152\u7b11\u8c08","smalltext":"\u201c\u75ab\u60c5\u7a81\u81f3\uff0c\u6211\u7b49\u533b\u62a4\u4e34\u5371\u53d7\u547d\uff0c\u867d\u65e0\u5f13\u5f29\uff0c\u4ea6\u662f\u94c1\u8840\u5c06\u58eb\uff0c\u4e3a\u4fdd\u5bb6\u56ed\uff0c\u751f\u6b7b\u76f8\u6276\u3002\u53e4\u8bed\u4e91\uff1a\u5584\u6218\u8005\u65e0\u8d6b\u8d6b\u4e4b\u529f,\u5584\u533b\u8005\u65e0\u714c\u714c\u4e4b\u540d\u3002\u543e\u7b49\u7948\u613f\u6d77\u6cb3\u6e05\u5bb4\uff0c\u56db\u5883\u5eb7\u5b81\u3002\u4eca\u8bf8\u516c\u5fe7\u601d\u60f6\u60f6\uff0c\u5750\u7acb\u96be\u5b89\uff0c\u524d\u7ebf\u5c06","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=3048"}; 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 () { } }); }); }