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=4657&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: 1743764596, nonceStr: 'P3JXUDu4QS7PjrFN', signature: '14cb602733291eef277b43fd032ed56958b3bb17', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u5bfc\u4e50\u966a\u4f34\u5206\u5a29","smalltext":"\u6709\u6e29\u5ea6\u7684\u5206\u5a29\u2014\u2014\u5bfc\u4e50\u966a\u4f34\u5206\u5a29\u8fd9\u662f\u4e00\u7bc7\u4ea7\u5987\u4eb2\u7b14\u5199\u7684\u611f\u8c22\u4fe1\uff0c\u5e73\u51e1\u7684\u6587\u5b57\u91cc\u4f20\u8fbe\u51fa\u5979\u5bf9\u5b9c\u5bbe\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u4ea7\u79d1\u533b\u52a1\u4eba\u5458\u53ca\u5bfc\u4e50\u966a\u62a4\u5728\u5176\u5206\u5a29\u8fc7\u7a0b\u4e2d\u63d0\u4f9b\u7684\u4eba\u6587\u5173\u6000\u5145\u6ee1\u65e0\u9650\u611f\u6fc0\u3002\u5bf9","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4657"}; 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 () { } }); }); }