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=2259&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: 1745165564, nonceStr: 'znwgSKYMtV6YTOIC', signature: '0118258b4b9818638ba4764c26af413ad640d722', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u533b\u8005\u4ec1\u5fc3 \u751f\u547d\u81f3\u4e0a","smalltext":"\u75ab\u60c5\u671f\u95f4\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u4e3a\u6709\u6548\u51cf\u5c11\u611f\u67d3\uff0c\u505a\u597d\u75ab\u60c5\u9632\u6cbb\u5de5\u4f5c\uff0c\u5168\u529b\u4ee5\u8d74\u6700\u597d\u5e02\u6c11\u9632\u63a7\u5de5\u4f5c\uff0c\u6682\u505c\u6240\u6709\u4fb5\u5165\u6027\u3001\u5f00\u653e\u6027\u7684\u68c0\u67e5\u3002\u4e09\u6708\u521d\uff0c\u5bb6\u4f4f\u6e56\u5317\u7701\u5e94\u57ce\u5e02\u4e1c\u9a6c\u574a69\u5c81\u7684\u9ece\u7239\u7239\uff0c\u5728\u65e0\u660e\u663e\u8bf1\u56e0\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=2259"}; 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 () { } }); }); }