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=2665&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: 1715813858, nonceStr: 'kF8e17XAdCUzGzrG', signature: '2a5e11d44cb2160a8aff6ebd514f0b5248e108a9', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u95e8\u8bca\u897f\u836f\u623f&\u4e34\u5e8a\u836f\u5b66\u5ba4\uff1a \u656c\u4e1a\u3001\u4e13\u4e1a\u3001\u4f18\u8d28\u3001\u6e29\u6696","smalltext":"\u6e29\u5cad\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u95e8\u8bca\u897f\u836f\u623f&\u4e34\u5e8a\u836f\u5b66\u5ba4\u62e5\u6709\u4e00\u652f\u656c\u4e1a\u3001\u4e13\u4e1a\u3001\u771f\u8bda\u3001\u6e29\u6696\u7684\u836f\u5e08\u56e2\u961f\uff0c\u753136\u540d\u7231\u5c97\u656c\u4e1a\u3001\u52e4\u594b\u597d\u5b66\u3001\u4e0a\u8fdb\u5949\u732e\u7684\u9752\u5e74\u836f\u5e08\u7ec4\u6210\uff0c\u5176\u4e2d\u7855\u58eb\u7814\u7a76\u751f8\u540d\uff0c\u4e2d\u7ea7\u4ee5\u4e0a\u804c\u79f012\u540d","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=13&id=2665"}; 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 () { } }); }); }