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=3567&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: 1745119061, nonceStr: 'qzPy86g1ix1ZXdOr', signature: 'd92704f0314b5579372b4a19f3eefa3ea3c787cf', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u53cc\u559c\u4e34\u95e8\uff01\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u4ea4\u51fa\u9753\u4e3d\u6210\u7ee9\u5355","smalltext":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u7efc\u5408\u5b9e\u529b\u4e0d\u65ad\u63d0\u5347 \u8fd1\u671f\uff0c\u6df1\u5733\u5e02\u4e2d\u533b\u9662\u559c\u8baf\u8fde\u8fde\u30026\u670829\u65e5\uff0c\u88ab\u89c6\u4e3a\u201c\u56fd\u8003\u201d\u7684\u9996\u6b21\u56fd\u5bb6\u4e09\u7ea7\u516c\u7acb\u533b\u9662\u7ee9\u6548\u8003\u6838\uff0c\u8fd9\u5bb6\u533b\u9662\u9ad8\u5206\u62ff\u4e86A+\uff0c\u5728\u5168\u56fd\u53c2\u8bc4\u7684533\u5bb6\u4e2d\u533b\u3001\u4e2d\u897f\u533b\u533b\u9662\u4e2d","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3567"}; 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 () { } }); }); }