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=5010&classid=5&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: 1714653946, nonceStr: 'oUix6bfZ0fG3Vz7G', signature: '236b3754a6446487518cfb0d7525da0af5b2758b', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a3D\u6253\u5370\u52a9\u529b13\u4e2a\u6708\u8111\u51fa\u8840\u60a3\u513f\u8f6c\u5371\u4e3a\u5b89","smalltext":"\u51cc\u66682\u70b9\uff0c\u4e00\u9635\u523a\u8033\u7684\u7535\u8bdd\u94c3\u58f0\u5728\u5a01\u6d77\u5e02\u7acb\u533b\u9662\u795e\u7ecf\u5916\u4e00\u79d1\u533b\u751f\u529e\u516c\u5ba4\u54cd\u8d77\uff0c\u201c\u6211\u8fd9\u91cc\u662f\u5c0f\u513f\u5185\u79d1\uff0c\u6536\u6cbb\u4e86\u4e00\u540d13\u4e2a\u6708\u7684\u5e7c\u513f\u6301\u7eed\u766b\u75eb\uff0c\u8fd8\u6709\u8111\u51fa\u8840\uff0c\u8bf7\u6c42\u4f1a\u8bca\uff01\u201d\u591c\u73ed\u672a\u66fe\u95ed\u773c\u7684\u795e\u7ecf\u5916\u4e00\u79d1\u4e8e\u9f99","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5010"}; 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 () { } }); }); }