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=4649&classid=10&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: 1715609833, nonceStr: 'jZ9pMqENuPzNNgWz', signature: '07a48cf44a6ee2ae86904b944956440447fbf893', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9752\u5c9b\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff08\u5e73\u5ea6\uff09-\u5e74\u5ea6\u4eba\u6587\u521b\u65b0\u56e2\u961f","smalltext":"\u9752\u5c9b\u5927\u5b66\u9644\u5c5e\u533b\u9662\uff08\u5e73\u5ea6\uff09\u662f\u9752\u5c9b\u5e02\u548c\u5e73\u5ea6\u5e02\u4e24\u7ea7\u653f\u5e9c\u91cd\u70b9\u5efa\u8bbe\u9879\u76ee\uff0c\u9662\u533a\u4e8e2017\u5e743\u6708\u5f00\u5de5\u5efa\u8bbe\uff0c2020\u5e749\u6708\u5efa\u6210\uff0c11\u6708\u6b63\u5f0f\u6295\u5165\u4f7f\u7528\uff0c\u5171\u8ba1\u5f00\u8bbe\u75c5\u5e8a900\u4f59\u5f20\u3002\u9662\u533a\u5b66\u79d1\u9f50\u5168\u3001\u4e13\u5bb6\u4e91\u96c6\u3001\u8bbe\u5907\u5148","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4649"}; 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 () { } }); }); }