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=4594&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: 1715493997, nonceStr: '5FQaLMDvhzw0E3Tu', signature: 'c0b03d842aaee7406ae765e8e9eb9490678a99bb', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7518\u8083\u5b9d\u77f3\u82b1\u533b\u9662-\u5fae\u7535\u5f71\u56e2\u961f","smalltext":"\u4f20\u627f\u533b\u8005\u7cbe\u795e\uff0c\u6784\u5efa\u533b\u60a3\u4fe1\u4efb\u6587\u5316\u662f\u7518\u8083\u5b9d\u77f3\u82b1\u533b\u9662\u63a8\u8fdb\u533b\u9662\u6587\u5316\u7684\u652f\u6491\u30022016\u5e74\u4ee5\u6765\uff0c\u533b\u9662\u4ee5\u201c\u5f70\u663e\u793e\u4f1a\u8d23\u4efb\u3001\u63d0\u5347\u533b\u9662\u5f62\u8c61\u3001\u5c55\u793a\u533b\u8005\u98ce\u8303\u201d\u4e3a\u5b97\u65e8\uff0c\u5f00\u5c55\u201c\u5fae\u7535\u5f71\u3001\u5fae\u89c6\u9891\u201d\u533b\u9662\u6587\u5316","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4594"}; 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 () { } }); }); }