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=725&classid=4&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: 1715930363, nonceStr: 'D4jip70LhMXvkoCH', signature: '47077dfb25c12a16128e66d83ddf10a352257d50', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u7af9\u5e02\u4eba\u6c11\u533b\u9662\u5de6\u96ea\u6885\uff1a\u4e09\u4ee3\u8840\u9632\u4eba\uff0c\u8ba9\u87ba\u533a\u53d8\u666f\u533a","smalltext":"\u56de\u5fc6\u4e2d\u6709\u65e5\u6e10\u6a21\u7cca\u7684\u8fc7\u5f80\u548c\u8d8a\u53d1\u6e05\u6670\u7684\u611f\u52a8\uff0c\u82e5\u4e0e\u5b9e\u7269\u5bf9\u5e94\uff0c\u5b83\u6070\u4f3c\u56de\u6298\u873f\u8712\u7684\u95e8\uff0c\u5f80\u4e8b\u7d27\u9501\u5176\u4e2d\uff0c\u82e5\u4e0e\u81ea\u5df1\u5bf9\u5e94\uff0c\u53c8\u4f3c\u4e00\u9762\u660e\u955c\uff0c\u8fc7\u5f80\uff0c\u4fbf\u4ece\u4e2d\u6c79\u6d8c\u800c\u6765\u3002\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=725"}; 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 () { } }); }); }