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=5562&classid=5&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: 1715702765, nonceStr: 'ULkkClnU2ETuqKy3', signature: '282bd7641d83bedff4a6135472ad97e39d5626df', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u9633\u5149\u65e9\u95f4\u64cd \u8df3\u51fa\u5065\u5eb7\u8303\u513f","smalltext":"\u8df3\u5e7f\u573a\u821e\u7684\u4e0d\u6b62\u662f\u5927\u7237\u5927\u5988\uff0c\u8fd8\u6709\u53ef\u80fd\u662f\u62a4\u58eb\u5c0f\u59d0\u59d0\u30022\u670821\u65e5\uff0c\u54b8\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\u201c\u5065\u5eb7\u5e38\u4f34\u00b7\u4e50\u4eab\u751f\u6d3b\u201d\u9633\u5149\u65e9\u95f4\u64cd\u89c6\u9891\u7ade\u8d5b\u4e3a\u5927\u5bb6\u5c55\u73b0\u4e86\u4e00\u5e45\u5e45\u4f18\u7f8e\u3001\u5065\u5eb7\u53c8\u7075\u52a8\u7684\u201c\u753b\u5377\u201d\u3002\u89c6\u9891\u5c55","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5562"}; 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 () { } }); }); }