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=6917&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: 1766867167, nonceStr: 'cCFG4XUfSafrNMRT', signature: 'c84769034327513412b38b4756b303ddb0e73559', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\u6668\u66e6\u4e13\u7ebf\uff1a\u79fb\u52a8\u7684\u6e29\u60c5","smalltext":"\u6e05\u6668\u516d\u70b9\u4e94\u5341\u5206\uff0c\u5f53\u7b2c\u4e00\u7f15\u9633\u5149\u5c1a\u672a\u5b8c\u5168\u6d12\u5411\u5927\u5730\uff0c\u8001\u9662\u533a\u95e8\u8bca\u697c\u524d\u7684\u516c\u4ea4\u7ad9\u53f0\u4e0a\u5df2\u805a\u6ee1\u4e86\u4eba\u3002\u201c\u5404\u4f4d\u65e9\u4e0a\u597d\uff0c\u8bf7\u5927\u5bb6\u6392\u961f\u4e0a\u8f66\uff0c\u6ce8\u610f\u811a\u4e0b\u5b89\u5168\u3002\u201d\u4e00\u4e2a\u6e29\u548c\u7684\u58f0\u97f3\u4ece\u4eba\u7fa4\u4e2d\u54cd\u8d77\u3002\u4eba\u7fa4\u4e2d\uff0c\u4e00\u4f4d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=6917"}; 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 () { } }); }); }