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=3959&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: 1762249394,
    nonceStr: '87M77MvH9DgcGxXH',
    signature: '779a1ec76fa9aaf1b0aad8dfbb43f8575490efb1',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\uff1a\u82cf\u5dde\u963f\u59e8\u60a3\u6162\u6027\u9aa8\u9ad3\u708e \u62a4\u5e08\u201c\u7528\u7231\u63e1\u624b\u201d\u8d85\u6696\u5fc3","smalltext":"\u4eca\u5e74\u4f0a\u59cb\uff0c\u82cf\u5dde\u79d1\u6280\u57ce\u533b\u9662\u4f24\u53e3\u62a4\u7406\u4e2d\u5fc3\u8fce\u6765\u4e00\u4f4d\u7279\u6b8a\u7684\u8001\u670b\u53cb\u3002\u5979\u4e00\u5230\u95e8\u8bca\u4fbf\u7d27\u7d27\u63e1\u4f4f\u62a4\u5e08\u4eec\u7684\u624b\uff0c\u663e\u5f97\u5341\u5206\u6fc0\u52a8\u3002\u4e00\u5e74\u6765\uff0c\u5728\u8fd9\u91cc\u6709\u7740\u5979\u548c\u62a4\u5e08\u4eec\u4e4b\u95f4\u6df1\u539a\u7684\u201c\u63e1\u624b\u60c5\u8c0a\u201d\u3002\u539f\u6765\uff0c\u57282019","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3959"};
      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 () { 
          }
      });
  });
}