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=529&classid=11&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: 1714302090, nonceStr: 'RXaYWhTvB03DFncQ', signature: 'b972b4336e4842537b16c9aa8360fc767545bbcd', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ae0\u4e18\u533a\u4e2d\u533b\u533b\u9662\uff1a\u4e2d\u5e74\u5987\u5973\u809a\u5927\u5982\u5b55\uff0c2\u5398\u7c73\u5c0f\u53e3\u5207\u9664\u5de8\u5927\u76c6\u8154\u80bf\u7269","smalltext":"\u4e00\u4e2a\u591a\u6708\u524d\uff0c\u6d4e\u5357\u5e02\u7ae0\u4e18\u533a\u7684\u738b\u5973\u58eb\u53d1\u73b0\u81ea\u5df1\u5f97\u4e86\u4e00\u573a\u602a\u75c5\uff0c\u5979\u7684\u809a\u5b50\u6bcf\u5929\u90fd\u5728\u589e\u5927\u3002\u8eab\u6750\u7626\u524a\u7684\u5979\u8d77\u521d\u5e76\u6ca1\u6709\u5728\u610f\uff0c\u76f4\u5230\u809a\u5b50\u5927\u5f97\u50cf\u6000\u5b556\u30017\u4e2a\u6708\u7684\u5b55\u5987\uff0c\u624d\u771f\u6b63\u6050\u614c\u8d77\u6765\u3002\u533a\u4e2d\u533b\u9662\u5987\u4ea7\u79d1","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=529"}; 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 () { } }); }); }