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=2365&classid=10&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: 1716238710, nonceStr: '0URXwYU3ul0eUMJn', signature: 'c909c5408099a4241d9e31b456ad13fcb61b11b0', 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\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u5168\u751f\u547d\u5468\u671f\u5065\u5eb7\u7ba1\u7406 \u6253\u9020\u5987\u5e7c\u54c1\u724c\u7279\u8272","smalltext":"\u968f\u7740\u533b\u836f\u536b\u751f\u4f53\u5236\u6539\u9769\u7684\u6df1\u5165\u63a8\u8fdb\u3001\u8001\u767e\u59d3\u5bf9\u5065\u5eb7\u751f\u6d3b\u9700\u6c42\u7684\u4e0d\u65ad\u53d8\u5316\uff0c\u5b55\u4ea7\u5987\u548c\u513f\u7ae5\u533b\u7597\u4fdd\u5065\u9762\u4e34\u7740\u65b0\u7684\u673a\u9047\u548c\u6311\u6218\u3002\u8fd1\u5e74\u6765\uff0c\u5f6d\u5dde\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6ce8\u91cd\u4eba\u6587\u5efa\u8bbe\uff0c\u521b\u65b0\u4eba\u6587\u670d\u52a1\uff0c\u6301\u7eed\u6539\u5584\u5c31","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2365"}; 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 () { } }); }); }