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=2604&classid=11&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: 1746209740, nonceStr: 'n3vLM1Rt5EpL70O8', signature: '07d9c80e98f4b5d713ca8121c963c4dd1aafd475', jsApiList: [ 'checkJsApi', 'onMenuShareTimeline', 'onMenuShareAppMessage', 'onMenuShareQQ', 'onMenuShareWeibo', ] }); wx.ready(function () { var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662:\u4f60\u6562\u8bf4\uff0c\u6211\u4eec\u5c31\u6562\u6539,\u201c\u76f4\u8bf4\u201dPDCA\u7cbe\u7ec6\u5316\u7ba1\u7406\u4f53\u7cfb","smalltext":"\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u6210\u7acb\u4e8e1947\u5e74\uff0c\u662f\u56fd\u5185\u6700\u65e9\u7684\u7701\u5e02\u7ea7\u5987\u5e7c\u4fdd\u5065\u9662\u4e4b\u4e00\uff0c\u4e5f\u662f\u5168\u56fd\u9996\u6279\u7231\u5a74\u533b\u9662\u3002\u4f5c\u4e3a\u4e00\u5bb6\u4e09\u7ea7\u7532\u7b49\u5987\u4ea7\u79d1\u4e13\u79d1\u533b\u9662\uff0c\u4e0a\u6d77\u5e02\u7b2c\u4e00\u5987\u5a74\u4fdd\u5065\u9662\u5206\u5a29\u91cf\u591a\u5e74\u4f4d\u5c45\u4e0a\u6d77\u5e02\u9996\u4f4d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=2604"}; 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 () { } }); }); }