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=2710&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: 1743767344, nonceStr: 'dOEDotp4pDsV8tJq', signature: '8848274d367a7b4e07d3f0e807675afec33927f1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff1a\u6253\u9020\u201c\u4e50\u4ece\u5f0f\u201d\u670d\u52a1\u54c1\u724c","smalltext":"\u5e7f\u5dde\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u987a\u5fb7\u533b\u9662\uff08\u539f\u4e50\u4ece\u533b\u9662\uff09\u4e8e2017\u5e74\u5168\u9762\u5347\u7ea7\u4e3a\u5927\u5b66\u76f4\u5c5e\u9644\u5c5e\u533b\u9662\uff0c\u4f9d\u6258\u5927\u5b66\u4f18\u52bf\u5b66\u79d1\u548c\u5e73\u53f0\u8d44\u6e90\uff0c\u5168\u9762\u63d0\u5347\u533b\u9662\u7ba1\u7406\u80fd\u529b\u548c\u670d\u52a1\u6c34\u5e73\u3002\u201c\u653f\u6821\u5408\u4f5c\u201d\u4e24\u5e74\u591a\u6765\uff0c\u6df1\u5165\u8d2f\u5f7b\u300a\u73b0\u4ee3","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2710"}; 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 () { } }); }); }