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=4592&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: 1715500224, nonceStr: 'BAOmpOYTxv0qTZh8', signature: 'cde5a80b68a96941a807bca1f7ca064f0eba51ea', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662-\u4f53\u68c0\u4e2d\u5fc3\uff08\u5065\u5eb7\u5217\u8f66\uff09","smalltext":"\u4e3a\u54cd\u5e94\u56fd\u5bb6\u536b\u5065\u59d4\u8fdb\u4e00\u6b65\u6539\u5584\u533b\u7597\u670d\u52a1\u884c\u52a8\u8ba1\u5212\uff0c2015\u5e749\u6708\uff0c\u6210\u90fd\u5927\u5b66\u9644\u5c5e\u533b\u9662\u4e0e\u4e2d\u56fd\u94c1\u8def\u6210\u90fd\u5c40\u96c6\u56e2\u6709\u9650\u516c\u53f8\u8054\u5408\u5f00\u884c\u4e86\u5168\u56fd\u9996\u5217\u201c\u5065\u5eb7\u5217\u8f66\u201d\u3002\u6253\u9020\u79fb\u52a8\u4e09\u7532\u533b\u9662\uff0c\u521b\u65b0\u533b\u7597\u670d\u52a1\u65b0\u6a21","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4592"}; 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 () { } }); }); }