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=4521&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: 1716344252, nonceStr: '1n3vg2VNTDFrXSxI', signature: 'e0ae39543e98f08519455aa8ec59a42ffacb8223', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5f6d\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u2014\u575a\u6301\u515a\u5efa\u5f15\u9886\u5f00\u5c55\u5efa\u8bbe\u6709\u6e29\u5ea6\u7684\u533b\u9662\u4e13\u9879\u884c\u52a8","smalltext":"\u4eca\u5e742\u670826\u65e5\uff0c\u4e00\u573a\u4eba\u60c5\u5473\u5341\u8db3\u7684\u4f1a\u8bae\u5728\u5f6d\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u53ec\u5f00\uff0c\u4f1a\u8bae\u7684\u8bae\u9898\u53ea\u6709\u4e00\u4e2a\uff1a\u5efa\u8bbe\u6709\u6e29\u5ea6\u7684\u533b\u9662\u3002\u4ec0\u4e48\u53eb\u6709\u6e29\u5ea6\uff1f\u4e09\u4e2a\u6708\u540e\u7684\u4eca\u5929\uff0c\u5f6d\u5dde\u5e02\u4eba\u6c11\u533b\u9662\u4ea4\u51fa\u4e86\u521d\u8bd5\u7684\u7b54\u5377\uff1a\u5efa\u8bbe\u667a\u6167\u533b\u9662\uff0c\u63d0\u4f9b","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4521"}; 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 () { } }); }); }