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=830&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: 1747090802, nonceStr: 'quZnInEAjvsM5u2i', signature: '0d4d79ca798cd6697cd1083354c85a2346c52571', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9c\u5174\u5e02\u4e01\u8700\u9547\u793e\u533a\u536b\u751f\u670d\u52a1\u4e2d\u5fc3\uff1a\u4e09\u4ee3\u884c\u533b\u5b88\u5b89\u5eb7\uff0c\u6211\u548c\u6211\u7684\u8857\u574a\u4eec","smalltext":" \u5b9c\u5174\u5e02\u4e01\u8700\u9547\u4e1c\u6fd2\u592a\u6e56\uff0c\u897f\u90e8\u4e3a\u5929\u76ee\u5c71\u4f59\u8109\uff0c\u5360\u5b9c\u5174\u5e02\u4e94\u5206\u4e4b\u4e00\u3002\u5728\u8fd9205\u5e73\u65b9\u516c\u91cc\u7684\u571f\u5730\u4e0a\uff0c\u6570\u4e0d\u6e05\u7684\u57fa\u5c42\u533b\u52a1\u4eba\u5458\u591c\u4ee5\u7ee7\u65e5\uff0c\u4e3a24\u4e07\u5c45\u6c11\u7684\u5065\u5eb7\u4fdd\u9a7e\u62a4\u822a\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=830"}; 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 () { } }); }); }