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=1081&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: 1716053807, nonceStr: 'y8ZG4MwvCrkqbCk1', signature: '2e8dfcd573ce59101b2fd4ffa2740e737d6f1683', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u534e\u4e2d\u79d1\u6280\u5927\u5b66\u540c\u6d4e\u533b\u5b66\u9662\u9644\u5c5e\u534f\u548c\u533b\u9662\u6768\u59e3\uff1a\u5929\u4f7f\u7684\u96e8\u4f1e","smalltext":"\u201c\u56e0\u4e3a\u61c2\u5f97\uff0c\u6240\u4ee5\u6148\u60b2\u201d\u8fd9\u662f\u8457\u540d\u4f5c\u5bb6\u5f20\u7231\u73b2\u7684\u4e00\u53e5\u8bdd\u3002\u5f53\u6211\u4eec\u61c2\u5f97\u62a4\u58eb\uff0c\u5f53\u62a4\u58eb\u61c2\u5f97\u75c5\u4eba\u7684\u65f6\u5019\uff0c\u5c31\u6709\u4e86\u548c\u8c10\u3002\u201c\u6b22\u8fce\u5927\u5bb6\u6765\u5230\u6211\u4eec\u795e\u7ecf\u5185\u79d1\u6765.\u201d\u8fd9\u662f\u6211\u7ecf\u5e38\u5bf9\u5b9e\u4e60\u540c\u5b66,\u8fdb\u4fee\u8001\u5e08,\u53c2\u89c2","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1081"}; 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 () { } }); }); }