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=4116&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: 1762228990,
    nonceStr: 'LzM09YFbkDMXOOlO',
    signature: 'b616bebc06b375c7b6bc0d8f7a65783dcd28b5d2',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a91\u5c81\u8001\u4eba\u660f\u53a5\u5012\u5730  \u5e74\u8f7b\u515a\u5458\u53ca\u65f6\u6551\u52a9\u5316\u9669\u4e3a\u5937","smalltext":"2\u670826\u65e5\u4e0a\u5348\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u9884\u68c0\u5206\u8bca\u5904\u4eba\u6f6e\u6d8c\u52a8\uff0c\u5434\u5bc5\uff0c\u5434\u661f\uff0c\u5f20\u8273\u4e09\u4eba\u6b63\u6709\u6761\u4e0d\u7d0a\u5730\u5728\u9884\u68c0\u5206\u8bca\u5173\u5361\u5904\u5e2e\u52a9\u6765\u9662\u4eba\u5458\uff0c\u6307\u5bfc\u626b\u7801\u767b\u8bb0\uff0c\u7ef4\u62a4\u73b0\u573a\u79e9\u5e8f\uff0c\u4eba\u7fa4\u4e2d\u7a81\u7136\u6709\u4f4d\u8001\u7237\u7237\u4e3e\u6b62\u5f02\u5e38\u5f15\u8d77\u4e86\u4ed6","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4116"};
      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 () { 
          }
      });
  });
}