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=4974&classid=10&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: 1714778998, nonceStr: '7xHB9reYpuuMXhcT', signature: '78604084da3a4882f9cfd23a0c543d73b25cba4c', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5317\u4eba\u6c11\u533b\u9662-\u652f\u63f4\u5e02\u65b0\u51a0\u80ba\u708e\u5b9a\u70b9\u6536\u6cbb\u533b\u9662\u91cd\u75c7\u533b\u7597\u961f","smalltext":"7\u6708\u5e95\uff0c\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u75ab\u60c5\u5e2d\u5377\u626c\u5dde\uff0c\u5728\u626c\u5dde\u75ab\u60c5\u9632\u63a7\u5de5\u4f5c\u6700\u5173\u952e\u3001\u6700\u5371\u6025\u7684\u65f6\u523b\uff0c\u4e3a\u5f3a\u5316\u65b0\u51a0\u80ba\u708e\u60a3\u8005\u533b\u7597\u6551\u6cbb\u5de5\u4f5c\uff0c8\u67083\u65e5\u4e0b\u5348\uff0c\u6309\u7167\u5e02\u59d4\u5e02\u653f\u5e9c\u90e8\u7f72\u8981\u6c42\uff0c\u51b3\u5b9a\u7531\u82cf\u5317\u4eba\u6c11\u533b\u9662\u9662\u957f\u675f\u4f59\u58f0","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4974"}; 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 () { } }); }); }