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=1026&classid=4&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: 1761891926,
    nonceStr: '2MJm3j0BMmouEs2s',
    signature: 'a7cf8107ef9fd475456a6f1b2a55714645e08c01',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e7f\u897f\u56fd\u9645\u58ee\u533b\u533b\u9662\u738b\u715c\u971e:\u6211\u4e3a\u4ec0\u4e48\u201c\u8de8\u754c\u201d","smalltext":"\u5173\u4e8e\u8fd9\u4e2a\u95ee\u9898\uff0c\u4e4b\u524d\u65ad\u65ad\u7eed\u7eed\u81ea\u95ee\u81ea\u7b54\u8fc7\uff0c\u4f46\u4e00\u76f4\u672a\u80fd\u6210\u7bc7\u3002\u518d\u6b21\u6253\u5f00\uff0c\u7d22\u6027\u63a8\u7ffb\u91cd\u6765\u30022019\u5e74\u533b\u5e08\u8282\u524d\u5915\uff0c\u6211\u5e26\u9886\u672c\u90e8\u95e8\u5c0f\u54e5\u54e5\u91c7\u8bbf\u4e86\u672c\u9662\u8001\u3001\u4e2d\u3001\u9752\u4e09\u4ee3\u7a0d\u5177\u4ee3\u8868\u6027\u7684\u4e13\u5bb6\uff0c\u8046\u542c\u4e86\u90e8\u5206\u60a3\u8005","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=1026"};
      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 () { 
          }
      });
  });
}