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=3123&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: 1714553274, nonceStr: 'zPwYklqVb3zz6l0k', signature: 'bd218ceee632c767c47f9d14768cf292a79b12c4', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e30\u57ce\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u4eba\u6587\u5f15\u9886\u5efa\u8bbe \u6696\u5fc3\u7167\u4eae\u533b\u7597","smalltext":"\u6c5f\u897f\u7701\u4e30\u57ce\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\u6210\u7acb\u4e8e1964\u5e74\uff0c\u662f\u4e00\u6240\u96c6\u5987\u5973\u513f\u7ae5\u4fdd\u5065\u3001\u4e34\u5e8a\u533b\u7597\u3001\u516c\u5171\u536b\u751f\u4e3a\u4e00\u4f53\u7684\u516c\u7acb\u201c\u4e8c\u7ea7\u7532\u7b49\u201d\u5987\u5e7c\u4fdd\u5065\u673a\u6784\uff0c\u662f\u5168\u5e02\u5987\u5e7c\u4fdd\u5065\u4e1a\u52a1\u6307\u5bfc\u4e2d\u5fc3\u3001\u5b55\u4ea7\u5987\u5371\u91cd\u75c7\u6551\u6cbb\u4e2d\u5fc3\u548c","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=3123"}; 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 () { } }); }); }