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=5491&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: 1714752409, nonceStr: '4fzjPnzRllT7WhrU', signature: 'a5b78355992b085dffe4c3203f71d86b438e3d19', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202210\/d2091c070e2b9e3293a01ec26a279277.jpg","title":"\u957f\u6cbb\u4e91\u5cf0\u533b\u9662\uff1a\u67f3\u53f6\u5200\u4e0b\u8df5\u521d\u5fc3","smalltext":"\u5927\u533b\u7cbe\u8bda\uff0c\u5927\u7231\u65e0\u7586\u3002\u6b63\u503c\u58ee\u5e74\u7684\u738b\u6797\uff0c\u5c06\u521d\u5fc3\u4ed8\u8bf8\u67f3\u53f6\u5200\u4e0a\u3001\u65e0\u5f71\u706f\u4e0b\uff0c\u4ee5\u5b5c\u5b5c\u4e0d\u5026\u7684\u8eab\u5f71\uff0c\u4e66\u5199\u7740\u4ece\u533b\u4e3a\u6c11\u7684\u9752\u6625\u4e50\u7ae0\u3002\r\n","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5491"}; 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 () { } }); }); }