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=4638&classid=11&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: 1716055987, nonceStr: 'JkhPnNzlSRz5fJY8', signature: 'e615420ebd91bf7282d0d9ccf2dbd8807bac4f60', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u798f\u5229\u4f1a\u56fd\u9645\u548c\u5e73\u5987\u5e7c\u4fdd\u5065\u9662-\u7231\u5728\u56fd\u9645\u521b\u9020\u672a\u6765","smalltext":"\u4e3a\u8fce\u63a5\u4e2d\u56fd\u5171\u4ea7\u515a\u6210\u7acb100\u5468\u5e74\uff0c\u5f00\u5c55\u201c\u6211\u4e3a\u7fa4\u4f17\u529e\u5b9e\u4e8b\u201d\u5b9e\u8df5\u6d3b\u52a8\uff0c6\u67081\u65e5\u4e0a\u5348\uff0c\u4e2d\u56fd\u798f\u5229\u4f1a\u56fd\u9645\u548c\u5e73\u5987\u5e7c\u4fdd\u5065\u9662\u643a\u624b\u5f90\u5bb6\u6c47\u8857\u9053\u65b0\u65f6\u4ee3\u6587\u660e\u5b9e\u8df5\u5206\u4e2d\u5fc3\u4e3e\u884c\u4e86\u201c\u7231\u5728\u56fd\u9645\uff0c\u521b\u9020\u672a\u6765\u201d\u516d\u4e00","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4638"}; 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 () { } }); }); }