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=4010&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: 1762229438,
    nonceStr: 'xHoCfWP1Ymau8NOr',
    signature: '77a9865c999f7164b82413386e628e9df171729f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u5fd7\u613f\u5fae\u5149\u6c47\u805a\u6587\u660e\u529b\u91cf","smalltext":"\u4e3a\u6df1\u5165\u8df5\u884c\u201c\u4eba\u6c11\u57ce\u5e02\u4eba\u6c11\u5efa\u3001\u4eba\u6c11\u57ce\u5e02\u4e3a\u4eba\u6c11\u201d\u7684\u7406\u5ff5\uff0c\u8ba9\u5e02\u6c11\u66f4\u597d\u611f\u53d7\u57ce\u5e02\u6e29\u5ea6\u3001\u4f20\u9012\u57ce\u5e02\u6e29\u5ea6\u3001\u5c55\u73b0\u57ce\u5e02\u6e29\u5ea6\uff0c\u503c\u6b64\u65b0\u6625\u4f73\u8282\u6765\u4e34\u4e4b\u9645\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u79ef\u6781\u5f00\u5c55\u201c\u8eab\u8fb9\u7684\u6e29\u5ea6\u201d\u4e3b\u9898","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4010"};
      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 () { 
          }
      });
  });
}