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=6624&classid=14&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: 1746144517, nonceStr: 'kkkiW6Jk8Xsgexy6', signature: '38fbebaf006df7a1518d38ce6857b1de1fff59af', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u628a\u538b\u529b\u5531\u51fa\u6765--\u624b\u672f\u5ba4\u91cc\u7684\u201c\u4e2a\u4eba\u6f14\u5531\u4f1a\u201d","smalltext":"\u201c\u597d\u5c71\u597d\u6c34\u597d\u5730\u65b9\uff0c\u6761\u6761\u5927\u8def\u90fd\u5bbd\u655e\uff0c \u670b\u53cb\u6765\u4e86\u6709\u597d\u9152 \u2026\u2026\u201d\u51c6\u5907\u505a\u5987\u79d1\u624b\u672f\u7684\u7aa6\u963f\u59e8\uff0c\u6b64\u523b\u6b63\u8eba\u5728\u624b\u672f\u53f0\u4e0a\u6d25\u6d25\u6709\u5473\u7684\u5531\u7740\u6b4c\u3002\u4e00\u65c1\u7684\u533b\u62a4\u4eba\u5458\u4e00\u8fb9\u7ed9\u5979\u70b9\u8d5e\u9f13\u52b1\uff0c\u4e00\u8fb9\u6709\u6761\u4e0d\u7d0a\u7684\u505a\u7740\u672f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6624"}; 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 () { } }); }); }