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=6553&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: 1716238713, nonceStr: 'UcIq2hwr7KTkaKb9', signature: 'b795b538e9b48be87d3aad478760833c59215052', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u975e\u8bda\uff0c\u52ff\u6270","smalltext":"\u201c\u5584\u7406\u75be\u8005\u7edd\u5176\u6e90\u3002\u6b32\u6551\u4eba\u4e4b\u75c5\uff0c\u5148\u601d\u75c5\u4e4b\u6240\u7531\uff0c\u77e5\u6240\u7531\u4ee5\u53bb\u4e4b\uff0c\u5219\u4eba\u75c5\u81ea\u7633\u4e5f\u3002\u7136\u540e\u7533\u4e4b\u4ee5\u6551\u7597\u4e4b\u672f\uff0c\u5219\u4eba\u6613\u5eb7\u5b81\u3002\u201d\u533b\u52a1\u5de5\u4f5c\u8005\u6bcf\u4e00\u6b21\u5168\u529b\u4ee5\u8d74\u3001\u7aed\u5c3d\u6240\u80fd\u90fd\u662f\u4e3a\u4e86\u5c3d\u6700\u5927\u7684\u52aa\u529b\u53bb\u6218\u80dc\u75be","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6553"}; 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 () { } }); }); }