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=6876&classid=24&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: 1762228989,
    nonceStr: 'eDsL6AK0WeoXiI4Z',
    signature: 'adf698664363471d4b408485e3408ca19d4eeb42',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202504\/fd2ff74cf52db66c0742465349c21519.jpg","title":"\u7b2c\u4e94\u5c4a\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u66a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u4f1a\u8bae\u65e5\u7a0b","smalltext":"\u4eba\u6587\u8d4b\u80fd\u00b7\u7cbe\u8fdb\u7ba1\u7406\u2014\u2014\u5171\u7b51\u9ad8\u8d28\u91cf\u53d1\u5c55\u65b0\u751f\u6001\u7684\u533b\u9662\u4eba\u6587\u5b9e\u8df5\u7b2c\u4e94\u5c4a\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u66a8\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55\u4f1a\u8bae\u65e5\u7a0b\u7b2c\u4e00\u5929\uff1a4\u670824\u65e5  \u4f1a\u8bae\u6ce8\u518c\u53ca\u4eba\u6587\u6807\u6746\u533b\u9662\u53c2\u89c2\uff08\u5730\u70b9\uff1a\u6606\u5c71\u65f6\u4ee3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=6876"};
      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 () { 
          }
      });
  });
}