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=719&classid=3&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: 1714731530, nonceStr: 'ZwceCtvLKFWvjPpN', signature: 'a2bc8ca0b31a96b271ea8a62978e6de0e7ebed13', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u59d4\u5458\u6c6a\u5efa\u82f1\uff1a\u505a\u6709\u6e29\u5ea6\u7684\u533b\u9662\u5ba3\u4f20\u4eba","smalltext":"\u6c6a\u5efa\u82f1\uff0c\u6559\u6388\uff0c\u4e3b\u4efb\u62a4\u5e08\uff0c\u897f\u5357\u533b\u79d1\u5927\u5b66\u9644\u5c5e\u4e2d\u533b\u533b\u9662\u5ba3\u4f20\u90e8\u90e8\u957f\uff0c\u66fe\u4efb\u533b\u9662\u9aa8\u79d1\u62a4\u58eb\u957f\u548c\u5185\u79d1\u3001\u5927\u5185\u79d1\u62a4\u58eb\u957f\u3002\u4ece\u4e8b\u62a4\u7406\u5de5\u4f5c20\u4f59\u5e74\uff0c\u533b\u9662\u5ba3\u4f20\u53ca\u4eba\u6587\u5efa\u8bbe\u5de5\u4f5c10\u4f59\u5e74\uff0c\u5728\u533b\u9662\u5ba3\u4f20\u3001\u4eba\u6587\u5efa\u8bbe\u3001","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=3&id=719"}; 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 () { } }); }); }