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=3297&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: 1714438222, nonceStr: 'JvN4WrZ2PVl3yGf5', signature: '3e2de196b5cfd986d72fbca21b7b17d41ca4c1c1', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u82e6\u5bfb\u4e00\u4e2a\u6708\uff0c\u8f66\u7978\u8001\u4f2f\u5bb6\u5c5e\u5e26\u9526\u65d7\u81f4\u8c22\u201c\u6700\u7f8e\u62a4\u58eb\u201d","smalltext":"\u201c\u529f\u592b\u4e0d\u8d1f\u6709\u5fc3\u4eba\u54ea\uff01\u201d\u6628\u5929\u4e0a\u5348\uff0c\u5728\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u516d\u8679\u6865\u9662\u533a\u6cbb\u672a\u75c5\u79d1\uff0c\u65bd\u5973\u58eb\u624b\u62ff\u4e00\u679a\u9526\u65d7\u957f\u65f6\u95f4\u9a7b\u8db3\u5728A520\u4e2d\u533b\u62a4\u7406\u95e8\u8bca\u95e8\u53e3\uff0c\u518d\u4e09\u786e\u8ba4\u663e\u793a\u5c4f\u4e0a\u7684\u62a4\u58eb\u957f\u5b5f\u76c8\u76c8\u6b63\u662f\u5979\u8981\u627e\u7684\u201c\u6551\u7236\u6069","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3297"}; 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 () { } }); }); }