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=3817&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: 1762249404,
    nonceStr: 'nDoALEWtA7snh4DI',
    signature: '742584eccab2d2763995cfa777a0bba7acf914fd',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6c5f\u6cb9\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u5e8a\u5c3e\u5361\u69fd\u4e0a\u7684\u4e00\u53e5\u8bdd","smalltext":"                   \u201c\u62a4\u58eb\u957f\uff0c\u4f60\u5feb\u770b\uff0c\u8fd9\u91cc\u6709\u53e5\u8bdd\u3002\u201d\u6b63\u5728\u6253\u626b\u75c5\u623f\u6e05\u6d01\u536b\u751f\u7684\u8521\u963f\u59e8\u53d1\u73b0\u5e8a\u5c3e\u5361\u4e0a\u5199\u7740\u4e1c\u897f\uff0c\u8fde\u5fd9\u53eb\u6765\u4e86\u62a4\u58eb\u957f\u5f20\u654f\u3002\u201c\u8c22\u8c22\uff0c\u767d\u8863\u5929\u4f7f\uff01\u201d\u4e00\u7b14\u4e00\u5212\uff0c\u8fd8\u5728\u5b57\u7684\u5468\u56f4\u753b\u4e0a\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3817"};
      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 () { 
          }
      });
  });
}