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=2703&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: 1762224301,
    nonceStr: 'eA9xMCXM9Ft9huhZ',
    signature: '338ccf5a9cf74fb95b0f1fc387972e3205cc5d81',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b89\u5fbd\u7701\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u505a\u6709\u6e29\u5ea6\u7684\u4eba\u6c11\u533b\u9662","smalltext":"\u6e29\u5ea6\u662f\u751f\u547d\u7684\u4f53\u5f81\uff0c\u4e5f\u662f\u4eba\u7684\u5fc3\u7406\u611f\u53d7\u30020\u2103\u662f\u6c34\u7ed3\u6210\u51b0\u7684\u6e29\u5ea6\uff0c36.8\u2103\u662f\u4eba\u6b63\u5e38\u4f53\u6e29\u7684\u6e29\u5ea6\uff0c26\u2103\u662f\u4eba\u4f53\u611f\u89c9\u6700\u8212\u9002\u7684\u6e29\u5ea6\u3002\u4e00\u4e2a\u75c5\u4eba\u6700\u9700\u8981\u7684\u6e29\u5ea6\u662f\u4ec0\u4e48\uff1f\u662f\u8981\u6709\u5065\u5eb7\u7684\u6b63\u5e38\u4f53\u6e29\uff0c\u662f\u8981\u6709\u8212","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=2703"};
      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 () { 
          }
      });
  });
}