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=1176&classid=4&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: 1714405337, nonceStr: 'ndK3srhGeSB9PPuX', signature: 'c4d202ee8b9452c549e3c5d05fc8c8b8074026a3', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"https:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u5dde\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\u9b4f\u661f\uff1a\u611f\u53d7\u5230\u597d\u7684\u6545\u4e8b\uff0c\u5c31\u60f3\u5199\u4e0b\u53bb","smalltext":"\u5f7c\u65f6\u6211\u521a\u8fc7\u5b8c28\u5c81\u7684\u751f\u65e5\uff0c\u6765\u5230\u533b\u9662\u62a5\u5230\uff0c\u5934\u4e0a\u8fd8\u522b\u7740\u5927\u5927\u7684\u8774\u8776\u7ed3\uff0c\u6545\u4f5c\u6210\u719f\u7684\u80cc\u5305\u91cc\uff0c\u53ea\u88c5\u7740\u4e00\u4e2aHELLO KITTY\u7684\u6c34\u676f\u3002\u7b2c\u4e00\u5929\u5de5\u4f5c\u7ed3\u675f\uff0c\u6211\u6ee1\u5fc3\u6b22\u559c\uff0c\u611f\u89c9\u81ea\u5df1\u515c\u515c\u8f6c\u8f6c\u4e86\u4e00\u5927\u5708\uff0c\u53c8\u56de\u5230\u4e86\u9614","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1176"}; 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 () { } }); }); }