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=2257&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: 1745166018, nonceStr: 'uw133JFqzN8DuQMd', signature: '8f45f6ddc7c752ae8f56de72cc438429c2a3f96d', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5357\u5b81\u5e02\u9752\u79c0\u533a\u51e4\u5cad\u5317\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u4eca\u5929\uff0c\u6211\u4eec\u201c\u56de\u5bb6\u201d\u4e86","smalltext":"\u201c\u533b\u751f\u4eec\uff0c\u4f60\u4eec\u53ef\u4ee5\u653e\u5fc3\u56de\u5bb6\u4e86\uff01\u6211\u4eec\u4e5f\u53ef\u4ee5\u89e3\u653e\u4e86\uff01\u611f\u8c22\u4f60\u4eec\u8fd9\u6bb5\u65f6\u95f4\u4e3a\u6211\u4eec\u63d0\u4f9b\u7684\u670d\u52a1\uff0c\u4f60\u4eec\u8f9b\u82e6\u4e86\uff01\u201d3\u67089\u65e5\u665a22\u70b9\uff0c\u89e3\u9664\u9694\u79bb\u7684\u5c45\u6c11\u5728\u4e1a\u4e3b\u7fa4\u91cc\uff0c\u7ed9\u533b\u52a1\u4eba\u5458\u53d1\u7684\u4fe1\u606f\u300214\u5929\u524d\uff0c\u9752\u79c0\u533a\u51e4\u5cad\u5317","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2257"}; 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 () { } }); }); }