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=4363&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: 1762229517,
    nonceStr: '0lzhZB8j25JF0s0e',
    signature: 'e5ffe42b04fa28c11192629d5cb9e3311f4316af',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5a01\u6d77\u5e02\u7acb\u533b\u9662\uff1a\u60f3\u5230\u4f60\u4eec\uff0c\u6211\u6709\u70b9\u60f3\u5bb6\u4e86","smalltext":"\u7728\u773c\u95f4\u6765\u5230\u95e8\u6e90\u4e00\u4e2a\u591a\u6708\u4e86\uff0c\u6211\u9010\u6e10\u9002\u5e94\u4e86\u8fd9\u91cc\u7684\u996e\u98df\u4e60\u60ef\uff0c\u6d77\u62d4\u548c\u6c14\u5019\uff0c\u4e5f\u6162\u6162\u4e86\u89e3\u4e86\u8fd9\u91cc\u7684\u98ce\u571f\u4eba\u60c5\u3002\u9752\u6d77\u7701\u4f4d\u4e8e\u7956\u56fd\u897f\u90e8\uff0c\u96c4\u8e1e\u4e16\u754c\u5c4b\u810a\u9752\u85cf\u9ad8\u539f\u7684\u4e1c\u5317\u90e8\uff0c\u5168\u7701\u5747\u5c5e\u9752\u85cf\u9ad8\u539f\u8303\u56f4\u5185\u3002\u56e0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4363"};
      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 () { 
          }
      });
  });
}