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=1658&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: 1714723141, nonceStr: '9QeVfIbxFWfQFnjh', signature: '2b6ccd1148fe40cacd7b8715b49cc9e5e10fe819', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a120-\u56fd\u5bb6\u6025\u6551\u65e5\uff0c\u505a\u4e2a\u4e3a\u751f\u547d\u62a4\u822a\u7684\u8def\u8fb9\u82f1\u96c4","smalltext":"\u6700\u8fd1\uff0c\u4e00\u6bb545\u00b0\u8ba9\u8def\u6cd5\u7684\u89c6\u9891\u5237\u7206\u670b\u53cb\u5708\uff0c\u547c\u5401\u8f66\u4e3b\u4eec\u5728\u9047\u5230\u6551\u62a4\u8f66\u65f6\uff0c\u4e3b\u52a8\u8ba9\u51fa\u4e00\u6761\u751f\u547d\u7684\u901a\u9053\uff0c\u56e0\u4e3a\u5bf9\u4e8e\u6551\u62a4\u8f66\u4e0a\u7684\u4eba\u6765\u8bf4\uff0c\u5feb\u4e00\u79d2\u90fd\u662f\u751f\u7684\u5e0c\u671b\u3002\u793c\u8ba9\u751f\u547d\uff0c\u9664\u4e8645\u00b0\u8ba9\u8def\u6cd5\uff0c\u6216\u8bb8\u6211\u4eec\u80fd\u505a\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1658"}; 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 () { } }); }); }