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=2461&classid=12&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: 1716092246, nonceStr: 'ukfAjAcwTztIjGUV', signature: '81849005aa987c78449c2a5d7c3b39dfac4ddd95', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e34\u6c82\u5e02\u4eba\u6c11\u533b\u9662\u79e6\u5927\u4f1f\uff1a\u674f\u6797\u4eba\u6587\u60c5 \u521d\u5fc3\u6000\u5927\u7231","smalltext":"\u4e34\u6c82\u5e02\u4eba\u6c11\u533b\u9662\u6709\u8fd9\u6837\u4e00\u4e2a\u4eba\uff0c\u6216\u8bb8\uff0c\u4ed6\u4e0d\u4e00\u5b9a\u66fe\u4e3e\u8d77\u62f3\u5934\uff0c\u5927\u58f0\u6717\u8bf5\u5e0c\u6ce2\u514b\u62c9\u5e95\u5ba3\u8a00\uff0c\u4f46\u4ed6\u7684\u884c\u52a8\u90fd\u5904\u5904\u5c55\u9732\u7740\u4e3a\u60a3\u8005\u670d\u52a1\u7684\u521d\u5fc3;\u6216\u8bb8\uff0c\u4ed6\u4e0d\u4e00\u5b9a\u624b\u6301\u67f3\u53f6\u5200\uff0c\u5728\u624b\u672f\u53f0\u4e0a\u5316\u5371\u96be\u4e3a\u5b89\u5168\uff0c\u4f46\u4ed6\u4f20","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2461"}; 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 () { } }); }); }