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=2713&classid=13&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: 1743817013, nonceStr: '8W6eDDCGPnbt9zNc', signature: '21b53df0fe1a0924d69303aeda4e460b77f21c51', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u56e2\u961f\uff1a\u53d1\u51fa\u6b63\u58f0\u97f3\uff0c\u4f20\u9012\u6b63\u80fd\u91cf","smalltext":"\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5ba3\u4f20\u56e2\u961f\u5171\u67093\u4eba\uff0c\u8d1f\u8d23\u4eba\u9648\u7231\u4e91\uff0c\u4ece\u4e8b\u76f8\u5173\u5de5\u4f5c30\u4f59\u5e74\uff1b\u5ba3\u4f20\u5e72\u4e8b\u8096\u5a67\u83c1\uff0c\u4ece\u4e8b\u5a92\u4f53\u4e13\u4e1a14\u5e74\uff1b\u5ba3\u4f20\u5e72\u4e8b\u5180\u6167\u4e3d\uff0c\u4ece\u4e8b\u5a92\u4f53\u4e13\u4e1a17\u5e74\u3002\u4f5c\u4e3a\u533b\u5ba3\u4eba\uff0c\u6cb3\u5357\u7701\u76f4\u7b2c\u4e09\u4eba\u6c11\u533b\u9662\u5728","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2713"}; 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 () { } }); }); }