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=6770&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: 1762228985,
    nonceStr: 'V3SsBJgCwlrX2nBu',
    signature: '90c184c6b2faefaf5e6c82331f36d26c68872579',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/d\/file\/p\/202405\/1a3adffa6e1a6e94ffc0174bbdff12c2.jpg","title":"\u518d\u73b0\u533b\u7597\u670d\u52a1\u7684\u4eba\u95f4\u5927\u7231\uff01\u7b2c\u56db\u5c4a\u533b\u9662\u4eba\u6587\u7ba1\u7406\u8def\u6f14\u5728\u91cd\u5e86\u9686\u91cd\u4e3e\u884c","smalltext":"\u533b\u7597\u670d\u52a1\u7684\u7ec8\u6781\u76ee\u6807\u6216\u7ed3\u679c\u4f1a\u662f\u4ec0\u4e48\uff1f\u8fd9\u91cc\u6709\u6700\u597d\u7684\u7b54\u6848\uff1f\u547c\u5524\u771f\u5fc3\uff0c\u53f7\u53ec\u53c2\u4e0e\uff1b\u8d85\u8d8a\u6280\u672f\u548c\u670d\u52a1\uff0c\u5f70\u663e\u533b\u7597\u6e29\u5ea6\u3001\u533b\u9662\u4eba\u6587\u3001\u533b\u8005\u4ec1\u5fc3\u30025\u670824\u65e5-26\u65e5\uff0c\u56fd\u5bb6\u536b\u5065\u59d4\u4e0b\u5c5e\u4e2d\u56fd\u751f\u547d\u5173\u6000\u534f\u4f1a\u7b49\u5355\u4f4d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=6770"};
      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 () { 
          }
      });
  });
}