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=6458&classid=14&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: 1761922963,
    nonceStr: 'daLIAc14V098OhGq',
    signature: '68e332fd5b2654a1b06d751450ff24a47fb13f8a',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a"\u533b"\u5fc3\u5411\u515a \u8e14\u5389\u594b\u8fdb","smalltext":"\u533b\u8005\uff0c\u6cbb\u6108 \u6170\u5fc3 \u63f4\u4f24\u53e4\u8bed\uff1a\u674f\u6797\u5999\u6625 \u5927\u533b\u7cbe\u8bda\u4ea6\u6216\uff1a\u6709\u65f6\u53bb\u6cbb\u6108 \u5e38\u5e38\u53bb\u5e2e\u52a9 \u603b\u662f\u53bb\u5b89\u6170\u533b\u5b66\u7684\u6bbf\u5802\u4e0d\u77e5\u4ece\u4ec0\u4e48\u65f6\u5019\u663e\u5f97\u90a3\u4e48\u91cd\u8981\u548c\u5173\u952e\u3002    \u6241\u9e4a\u7684\u533b\u98ce \u5728\u4e8e\u6cbb\u75c5\u4e8e\u5148\u5146 \u90a3\u662f\u533b\u5723\u7684","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6458"};
      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 () { 
          }
      });
  });
}