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=1940&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: 1715129062, nonceStr: 'PJCasJyeLyVAbM35', signature: 'b8b3ca4fc05f4e4ace3692e1cb901ef0c2977e67', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u75ab\u60c5\u4e00\u7ebf\u7684\u201c\u6218\u58eb\u201d\u7a81\u7136\u542c\u5230\u4e86\u751f\u65e5\u5feb\u4e50\u6b4c","smalltext":" \u674e\u4e3d\uff0c\u4fe1\u9633\u5e02\u4e2d\u5fc3\u533b\u9662CCU\u62a4\u58eb\uff0c2\u670812\u65e5\uff0c\u521a\u521a\u4ece\u75ab\u60c5\u4e00\u7ebf\u6362\u9632\uff0c\u5728\u6307\u5b9a\u5bbe\u9986\u8fdb\u884c\u533b\u5b66\u89c2\u5bdf\u3002 \u5728\u8fd9\u91cc\uff0c\u5979\u9700\u8981\u533b\u5b66\u89c2\u5bdf14\u5929\uff0c\u4e5f\u5c31\u662f\u8bf4\uff0c\u5979\u9700\u8981\u7ee7\u7eed\u9694\u79bb14\u5929\u3002\u4ece1\u670822\u65e5\u63a5\u5230\u901a\u77e5\u524d\u5f80\u5e02\u4f20","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1940"}; 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 () { } }); }); }