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=6897&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: 1752923630, nonceStr: 'Pj47xnFVIL7MXVcf', signature: '79deabf1196c83b39f647ab54d12614c9c8b29e0', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u65b0\u75c5\u623f\u91cc\u7684 \u201c\u7a33\u5fc3\u5242\u201d","smalltext":"\u8fd9\u5ea7\u521a\u5b8c\u6210\u642c\u8fc1\u7684\u533b\u9662\u5927\u697c\uff0c\u50cf\u4e2a\u65b0\u751f\u7684\u751f\u547d\u4f53\uff0c\u5904\u5904\u6d8c\u52a8\u7740\u84ec\u52c3\u751f\u673a\uff0c\u900f\u7740\u6e05\u65b0\u7684\u65b0\u751f\u6c14\u8109\u3002\u75c5\u623f\u7a97\u68c2\u5bbd\u655e\u660e\u4eae\uff0c\u5982\u4e00\u6247\u6247\u901a\u5f80\u5e0c\u671b\u7684\u95e8\uff0c\u5fae\u98ce\u7a7f\u5802\u800c\u8fc7\uff0c\u88f9\u631f\u7740\u5ba4\u5916\u8349\u6728\u7684\u82ac\u82b3--\u90a3\u662f\u5927\u81ea\u7136\u6700","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6897"}; 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 () { } }); }); }