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=1514&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: 1747190083, nonceStr: 'WeKbBrNQcw3y4iZq', signature: 'f84827fbdbad83c614ba25d1d5d03e6110e9bc3b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6cb3\u5317\u533b\u79d1\u5927\u5b66\u7b2c\u4e8c\u533b\u9662\uff1a\u533b\u8005\u5f97\u5176\u656c\uff0c\u60a3\u8005\u5f97\u5176\u533b","smalltext":"\u201c\u770b\u7740\u5b69\u5b50\u9762\u5e26\u5fae\u7b11\u5730\u62db\u624b\u5411\u6211\u544a\u522b\uff0c\u5728\u5bb6\u957f\u7684\u5e26\u9886\u4e0b\u7f13\u6b65\u8d70\u51fa\u75c5\u623f\uff0c\u5fc3\u4e2d\u65e0\u6bd4\u611f\u6168\u3002\u4eca\u5929\uff0c\u8fd9\u4e2a\u5b69\u5b50\u5df2\u7ecf\u7ed3\u675f\u6240\u6709\u7684\u6cbb\u7597\uff0c\u6b22\u5feb\u5730\u79bb\u5f00\u533b\u9662\u3002\u56de\u60f3\u8d77\u5b69\u5b50\u5728\u8fd9\u4e00\u5e74\u4e2d\u7684\u6551\u6cbb\u7ecf\u5386\uff0c\u53ef\u8c13\u6ce2\u6f9c\u8d77\u4f0f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1514"}; 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 () { } }); }); }