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=2382&classid=10&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: 1744327824, nonceStr: 'XfUpocp3O3D3raPw', signature: '3640c5f4cb24f7931978b095de90a91233e52692', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u200b:\u6587\u5316\u52a9\u529b\u53d1\u5c55 \u9633\u5149\u6d12\u6ee1\u533b\u9662","smalltext":"\u81ea\u8d21\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u59cb\u5efa\u4e8e1908\u5e74\uff0c\u7ecf\u767e\u5e74\u6dec\u783a\u53d1\u5c55\u4e3a\u96c6\u9884\u9632\u3001\u533b\u7597\u3001\u79d1\u7814\u3001\u6559\u5b66\u4e3a\u4e00\u4f53\u7684\u4e09\u7ea7\u7532\u7b49\u7efc\u5408\u533b\u9662\u3002\u533b\u9662\u4e3a\u9996\u6279\u5438\u7eb3\u4e2d\u56fd500\u6240\u5927\u578b\u533b\u9662\u6210\u5458\u3001\u536b\u751f\u90e8\u6279\u51c6\u7684\u7231\u5a74\u533b\u9662\u3001\u536b\u751f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2382"}; 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 () { } }); }); }