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=556&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: 1762228924,
    nonceStr: 'ky9zJuBV6xXb4kF3',
    signature: '48ce5406989429583167c0bb81804c589416d477',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e86\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662:\u5531\u54cd\u6211\u7231\u4f60\u4e2d\u56fd","smalltext":"\u4e94\u661f\u7ea2\u65d7\u8fce\u98ce\u98d8\u626c\uff0c\u4f18\u7f8e\u7684\u7231\u56fd\u8d5e\u6b4c\u54cd\u5f7b\u533b\u9662\u6bcf\u4e2a\u89d2\u843d\uff0c\u7518\u8083\u7701\u5e86\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u7684\u533b\u52a1\u4eba\u5458\u7528\u6b4c\u58f0\u8bc9\u8bf4\u60c5\u6000\uff0c\u4ee5\u72ec\u7279\u7684\u65b9\u5f0f\u5411\u7956\u56fd\u6df1\u60c5\u544a\u767d\u2026\u2026\u4e00\u8d77\u6765\u611f\u53d7\u6765\u81ea\u5e86\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u7684\u533b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=556"};
      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 () { 
          }
      });
  });
}