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=4920&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: 1714654598, nonceStr: 'otGG6vEpiahesxF9', signature: '1fe90bb7d47c6d9a31b67ce6670e64fb23fce0c2', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662-\u515a\u59d4\u529e\u516c\u5ba4\u90b1\u6d63\u654f","smalltext":"\u90b1\u6d63\u654f\uff0c\u6765\u81ea\u82cf\u5dde\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\u515a\u59d4\u529e\u516c\u5ba4\uff0c\u4e3b\u8981\u8d1f\u8d23\u533b\u9662\u5ba3\u4f20\u3001\u6587\u5316\u5efa\u8bbe\u7b49\u5de5\u4f5c\uff0c\u505a\u597d\u533b\u9662\u5fae\u4fe1\u516c\u4f17\u53f7\u3001\u89c6\u9891\u53f7\u7684\u8fd0\u8425\uff0c\u5a92\u4f53\u5bf9\u63a5\u3001\u533b\u9662\u6587\u5316\u73af\u5883\u5e03\u7f6e\u3001\u901a\u8baf\u5458\u961f\u4f0d\u7ba1\u7406\u7b49\u4ee5\u53ca\u914d\u5408\u9886\u5bfc","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4920"}; 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 () { } }); }); }