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=402&classid=12&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: 1762134220,
    nonceStr: 'mwjrsnvEBQkq34zl',
    signature: 'b024f2885136d37c29e298206a05688101881d2f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u9093\u8bd7\u6b66\uff1a\u505a\u4e00\u4e2a\u771f\u6b63\u4e3a\u60a3\u8005\u7740\u60f3\u7684\u597d\u533b\u751f","smalltext":"\u201c\u6210\u4e3a\u4e00\u4e2a\u533b\u8005\u7684\u8fc7\u7a0b\u6b63\u662f\u4e00\u4e2a\u82e6\u884c\u50e7\u4fee\u70bc\u7684\u8fc7\u7a0b\u3002\u4f60\u9700\u8981\u5b66\u591a\u5c11\u4e1c\u897f\u624d\u80fd\u4f7f\u81ea\u5df1\u514d\u4e8e\u65e0\u77e5\uff0c\u4f60\u8981\u4fdd\u6301\u600e\u6837\u7684\u8363\u8a89\u5fc3\u624d\u80fd\u4f7f\u81ea\u5df1\u514d\u4e8e\u65e0\u884c\u2026\u2026\u5728\u6210\u4e3a\u4e00\u4e2a\u533b\u8005\u4e4b\u524d\uff0c\u7b2c\u4e00\u4e2a\u9700\u8981\u88ab\u533b\u6cbb\u7684\uff0c\u5e94","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=402"};
      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 () { 
          }
      });
  });
}