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=6947&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: 1783535957, nonceStr: 'YN5A1WCankkWaioa', signature: '373ac74d421778946cdfe7e383788fe2fbe0f6d8', 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:7\u679a\u5c0f\u7ea2\u5fc3=7\u6b21\u5fc3\u8df3\u91cd\u542f","smalltext":"\u5728\u9655\u897f\u7701\u54b8\u9633\u5e02120\u6025\u6551\uff08\u6307\u6325\uff09\u4e2d\u5fc3\uff0c\u4e00\u9762 \u201c\u62ef\u6551\u4e4b\u661f\u201d \u8363\u8a89\u5899\u683c\u5916\u9192\u76ee\uff0c\u4e00\u679a\u7ea2\u8272\u7231\u5fc3\u5361\u4ee3\u8868\u4e00\u6b21\u6210\u529f\u7684\u5fc3\u80ba\u590d\u82cf\uff0c2026\u5e74\u7b2c\u4e00\u5b63\u5ea6\u67097\u679a\u7231\u5fc3\u4e0a\u699c\uff0c\u8fd9\u5c31\u610f\u5473\u7740\u67097\u6761\u751f\u547d\u6210\u529f\u83b7\u5f97\u62ef\u6551\u3002\u8d70","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6947"}; 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 () { } }); }); }