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=3569&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: 1762265988,
    nonceStr: '1Cho1tGAvLhTb7YV',
    signature: 'e1172d3ca47b2f35d74532d4e225b144f992f401',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5c71\u897f\u7701\u6c7e\u9633\u533b\u9662\uff1a\u51fa\u624b\u76f8\u6551\u4e0d\u7559\u540d  \u65e0\u79c1\u5e2e\u52a9\u663e\u7231\u5fc3","smalltext":"\u96e8\u540e\u7684\u6e05\u6668\uff0c\u7a7a\u6c14\u6e05\u65b0\uff0c\u683c\u5916\u51c9\u723d\uff0c\u516d\u5341\u591a\u5c81\u7684\u8d3a\u67d0\u548c\u670b\u53cb\u6f2b\u6b65\u5728\u6c7e\u9633\u5e02\u79b9\u95e8\u6cb3\u516c\u56ed\uff0c\u4eab\u53d7\u7740\u590f\u65e5\u6e05\u6668\u7684\u7f8e\u597d\u65f6\u5149,\u7a81\u7136\uff0c\u5979\u4e0d\u614e\u811a\u8e29\u5230\u6de4\u6ce5\uff0c\u811a\u4e0b\u4e00\u6ed1\uff0c\u8eab\u4f53\u91cd\u91cd\u5730\u6454\u5012\u5728\u5730\u4e0a\u3002\u201c\u54ce\u5466\uff0c\u597d\u75bc\uff01\u201d\u8d3a\u67d0","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3569"};
      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 () { 
          }
      });
  });
}