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=3497&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: 1714979292, nonceStr: 'gxnlkfgtWhCte6t2', signature: '58a50314e4a70acf3ef425db5cc4785237dad4cf', 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\u4e2d\u533b\u9662\uff1a\u590f\u65e5\u6765\u4e34\uff0c\u5c0f\u5fc3\u65e5\u5149\u6027\u76ae\u80a4\u75c5","smalltext":"\u968f\u7740\u6c14\u6e29\u5347\u9ad8\uff0c\u8fdb\u5165\u4f0f\u5929\uff0c\u6566\u5316\u5e02\u4e2d\u533b\u9662\u76ae\u80a4\u79d1\u56e0\u4e3a\u7d2b\u5916\u7ebf\u8fc7\u654f\u6765\u5c31\u8bca\u7684\u60a3\u8005\u660e\u663e\u589e\u591a\uff0c\u5c31\u8bca\u7684\u60a3\u8005\u4e2d\u5973\u6027\u8f83\u591a\uff0c\u7d2b\u5916\u7ebf\u8fc7\u654f\u5f15\u8d77\u7684\u590f\u5b63\u5e38\u89c1\u76ae\u80a4\u75c5\uff0c\u4e34\u5e8a\u53eb\u65e5\u5149\u6027\u76ae\u80a4\u75c5\u3002\u65e5\u5149\u7167\u5c04\u540e\u53ef\u4ee5\u51fa\u73b0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3497"}; 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 () { } }); }); }