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=2852&classid=10&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: 1714697203, nonceStr: 'cJPWQSXF4KAHGKt9', signature: 'df0923cd918173af329b8e64b261a62e0afb92ed', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6df1\u5733\u5e73\u4e50\u9aa8\u4f24\u79d1\u533b\u9662\uff1a\u5b66\u4e60\u90ed\u6625\u56ed \u6ee1\u610f\u5728\u5e73\u4e50","smalltext":"\u6df1\u5733\u5e73\u4e50\u9aa8\u4f24\u79d1\u533b\u9662\uff08\u6df1\u5733\u5e02\u576a\u5c71\u533a\u4e2d\u533b\u9662\uff09\u662f\u4e00\u5bb6\u4e09\u7ea7\u7532\u7b49\u516c\u7acb\u533b\u9662\uff0c\u662f\u96c6\u533b\u7597\u3001\u6559\u5b66\u3001\u79d1\u7814\u548c\u9884\u9632\u4fdd\u5065\u4e3a\u4e00\u4f53\u7684\u56fd\u6709\u536b\u751f\u4e8b\u4e1a\u5355\u4f4d\u3002\u540c\u65f6\u4e5f\u662f\u6df1\u5733\u5e02\u9996\u5bb6\u4e09\u7ea7\u7532\u7b49\u4e2d\u533b\u9aa8\u4f24\u4e13\u79d1\u533b\u9662\u3001\u5e7f","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2852"}; 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 () { } }); }); }