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=2723&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: 1743767065, nonceStr: 'LG3lWwDIMSnc9udx', signature: '7a304f1286b4a0729088f9b6af6bb83d3d8f28ae', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u9ad8\u53f0\u53bf\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u513f\u7ae5\u4f18\u5148\uff0c\u6bcd\u4eb2\u5b89\u5168","smalltext":"\u9ad8\u53f0\u53bf\u5987\u5e7c\u4fdd\u5065\u9662\u662f\u4e00\u6240\u96c6\u5987\u5e7c\u4fdd\u5065\u3001\u7279\u8272\u4e34\u5e8a\u3001\u8ba1\u5212\u751f\u80b2\u3001\u5065\u5eb7\u4fc3\u8fdb\u4e3a\u4e00\u4f53\u7684\u516c\u76ca\u6027\u4e8b\u4e1a\u5355\u4f4d\uff0c\u59cb\u7ec8\u575a\u6301\u4fdd\u5065\u4e0e\u4e34\u5e8a\u76f8\u7ed3\u5408\uff0c\u9762\u5411\u57fa\u5c42\uff0c\u9762\u5411\u7fa4\u4f53\u548c\u9884\u9632\u4e3a\u4e3b\u7684\u5de5\u4f5c\u65b9\u9488\u548c\u201c\u513f\u7ae5\u4f18\u5148\uff0c\u6bcd\u4eb2","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2723"}; 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 () { } }); }); }