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=5418&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: 1715430191, nonceStr: 'RuHjCiR8JiENycTz', signature: '33a3bd87b1e84ff87b31469dd3436fe355358d87', 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\uff1a\u521b\u65b0\u6a21\u5f0f\u5f00\u5c55\u5065\u5eb7\u5ba3\u6559","smalltext":"\u5065\u5eb7\u6559\u80b2\u4e0d\u4ec5\u662f\u5e2e\u52a9\u60a3\u8005\u51cf\u8f7b\u5fc3\u7406\u538b\u529b\u3001\u6b63\u786e\u8ba4\u8bc6\u81ea\u8eab\u75c5\u60c5\u3001\u4fdd\u6301\u6700\u4f73\u5fc3\u7406\u72b6\u6001\u7684\u4e00\u5242\u201c\u5f3a\u5fc3\u9488\u201d\uff0c\u4e5f\u662f\u6d88\u5f2d\u533b\u60a3\u4fe1\u606f\u4e0d\u5bf9\u79f0\u3001\u589e\u8fdb\u533b\u60a3\u6c9f\u901a\u6548\u679c\u7684\u91cd\u8981\u57fa\u7840\uff0c\u5728\u60a3\u8005\u5165\u9662\u76f4\u81f3\u75ca\u6108\u51fa\u9662\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5418"}; 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 () { } }); }); }