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=2748&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: 1715665471, nonceStr: 'JaTy8iXvqDStQbKv', signature: 'b5a14d753e9c84311c9c8e038e25fda00b23d562', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u65e9\u4ea7\u5b9d\u5b9d\u888b\u9f20\u5f0f\u62a4\u7406\u8bb0","smalltext":"\u201c\u6211\u53eb\u4e2b\u4e2b\uff0c\u66fe\u88ab\u653e\u5f03\uff0c\u56e0\u4e3a\u6211\u592a\u65e9\u6765\u5230\u8fd9\u4e2a\u4e16\u754c\uff0c\u6211\u7684\u5404\u4e2a\u5668\u5b98\u8fd8\u6ca1\u6709\u957f\u597d\u3002\u5f53\u6211\u51fa\u751f\u65f6\u6211\u6ca1\u6709\u547c\u5438\uff0c\u662f\u5728\u533b\u751f\u963f\u59e8\u548c\u62a4\u58eb\u963f\u59e8\u7684\u5168\u529b\u62a2\u6551\u4e0b\uff0c\u6211\u547c\u5438\u5230\u4e86\u8fd9\u4e2a\u4e16\u754c\u7b2c\u4e00\u53e3\u7a7a\u6c14\u201d\u30022019\u5e746\u67083","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2748"}; 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 () { } }); }); }