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=1060&classid=4&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: 1716026801, nonceStr: 'voVrSOs11cdJ5uhE', signature: '82b07cf9405c3581c758c72d0221a5790d18ede8', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u8001\u5e74\u533b\u9662\u9648\u4e3d\u5a1f\uff1a\u611f\u52a8\u7740 \u5e78\u798f\u7740","smalltext":"\u4ec0\u4e48\u662f\u5e78\u798f\uff1f\u8f9e\u5178\u4e2d\u8fd9\u6837\u89e3\u91ca\uff1a\u5e78\u798f\u662f\u8212\u7545\u7684\u5883\u9047\u548c\u751f\u6d3b\u3002\u6709\u4eba\u8bf4\uff1a\u5e78\u798f\u5c31\u662f\u6709\u94b1\uff0c\u60f3\u6709\u4ec0\u4e48\u5c31\u53ef\u4ee5\u4e70\u4ec0\u4e48\u3002\u4e5f\u6709\u4eba\u8bf4\uff1a\u5e78\u798f\u5c31\u662f\u6709\u6743\uff0c\u5f53\u4f60\u8981\u505a\u4ec0\u4e48\u4e8b\u7684\u65f6\u5019\uff0c\u53ea\u8981\u52a8\u4e00\u4e0b\u5634\u5c31\u4e07\u4e8b\u7686\u6210\u3002 \u8fd8\u6709\u4eba","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1060"}; 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 () { } }); }); }