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=375&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: 1714655666, nonceStr: '3CtpdZmKoqDXcjoa', signature: '324c0c027f1a5e30166e8fe0d4a373133cb23a1f', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e1c\u9633\u5e02\u6a2a\u5e97\u533b\u9662\uff1a\u65b0\u751f\u513f\u529e\u8bc1\u4e0d\u7528\u8dd1","smalltext":"\u4e00\u5e74\u4e00\u5ea6\u7684\u65b0\u751f\u4e0a\u5b66\u62a5\u540d\u53c8\u5237\u6ee1\u4e86\u670b\u53cb\u5708\uff0c\u6237\u53e3\u8584\u7684\u91cd\u8981\u6027\u5c31\u4e0d\u591a\u8bf4\u4e86\u3002\u65b0\u751f\u513f\u51fa\u751f\u4e4b\u540e\u8981\u529e\u7406\u4e09\u4e2a\u201c\u8bc1\u201d\uff1a\u51fa\u751f\u8bc1\u3001\u533b\u4fdd\u8bc1\u3001\u6237\u53e3\u8bc1\u3002\u5206\u522b\u7531\u533b\u9662\u3001\u533b\u7597\u4fdd\u969c\u5c40\u3001\u516c\u5b89\u5c40\u8fdb\u884c\u529e\u7406\uff0c\u60f3\u5fc5\u5f53","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=375"}; 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 () { } }); }); }