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=2662&classid=13&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: 1715736437, nonceStr: 'llWuEex2kJjZc803', signature: '340183119ad0fab3f607e862b8c88c208586b396', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u897f\u5b89\u4ea4\u901a\u5927\u5b66\u7b2c\u4e00\u9644\u5c5e\u533b\u9662\u62a4\u7406\u90e8\uff1a\u57fa\u4e8e\u4eba\u6587\u5173\u6000\u7684\u65b0\u4eba\u6210\u957f\u5bfc\u5e08\u56e2\u961f\u5efa\u8bbe\u53ca\u5b9e\u8df5","smalltext":"\u65b0\u5165\u804c\u62a4\u58eb\u662f\u6307\u5165\u804c\u533b\u9662\u540e\u5de5\u4f5c2\u5e74\u5185\u7684\u62a4\u58eb\uff0c\u662f\u533b\u9662\u62a4\u7406\u961f\u4f0d\u4eba\u529b\u8d44\u6e90\u91cd\u8981\u7684\u7ec4\u6210\u90e8\u5206\uff0c\u65b0\u62a4\u58eb\u62a4\u7406\u670d\u52a1\u8d28\u91cf\u7684\u9ad8\u4f4e\u76f4\u63a5\u5f71\u54cd\u4e34\u5e8a\u6574\u4f53\u62a4\u7406\u8d28\u91cf\u548c\u60a3\u8005\u5b89\u5168\u3002\u7531\u4e8e\u6559\u80b2\u80cc\u666f","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2662"}; 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 () { } }); }); }