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=5014&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: 1749209965, nonceStr: 'Ei2MpLweQ4DewccU', signature: 'b23df69466a75e98e6f67aec417647bdd1dbc39f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5979\u662f\u884c\u8d70\u7684\u201c\u5145\u7535\u5b9d\u201d","smalltext":"\u6709\u4e00\u53e5\u8bdd\u8bf4\uff0c\u201c\u4e00\u4e2a\u4eba\u6700\u5927\u7684\u80fd\u529b\uff0c\u5c31\u662f\u9760\u8c31\u3002\u201d\u8fd9\u53e5\u8bdd\u6211\u60f3\u7528\u5728\u6566\u5316\u5e02\u533b\u9662\u547c\u5438\u4e0e\u5371\u91cd\u75c7\u533b\u5b66\u79d1\u7684\u62a4\u58eb\u957f\u5b59\u6167\u8eab\u4e0a\u3002\u9760\u8c31\u542c\u8d77\u6765\u50cf\u5f88\u968f\u610f\u7684\u611f\u89c9\uff0c\u4f46\u505a\u8d77\u6765\u5374\u662f\u5b9e\u5b9e\u5728\u5728\u7684\u539f\u5219\u3002\u867d\u7136\u5b59\u6167","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5014"}; 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 () { } }); }); }