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=6724&classid=14&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: 1716043071, nonceStr: '5fZdHut2P0SzxWzz', signature: '9e2eb8edab6d001675aa8db4ee9817d0de6ca308', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u515a\u5efa\u5f15\u9886\uff0c\u63a8\u52a8\u513f\u7ae5\u53cb\u597d\u533b\u9662\u5efa\u8bbe","smalltext":"\u6458\u8981\uff1a\u513f\u7ae5\u53cb\u597d\u533b\u9662\u662f\u8df5\u884c\u201c\u4ee5\u4eba\u6c11\u4e3a\u4e2d\u5fc3\u201d\u201c\u4eba\u6c11\u57ce\u5e02\u201d\u7406\u5ff5\u7684\u751f\u52a8\u5b9e\u8df5\uff0c\u662f\u516c\u7acb\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u7684\u6807\u5fd7\uff0c\u4e5f\u662f\u6ee1\u8db3\u4eba\u6c11\u7fa4\u4f17\u8ffd\u6c42\u9ad8\u54c1\u8d28\u533b\u7597\u670d\u52a1\u7684\u91cd\u8981\u5185\u5bb9\u4e0e\u57fa\u7840\u4fdd\u969c\u3002\u513f\u7ae5\u662f\u7956\u56fd\u7684\u82b1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6724"}; 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 () { } }); }); }