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=2475&classid=12&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: 1761895703,
    nonceStr: '2mFLyhHgWLNmuhAV',
    signature: '62612ba91994aa6f6b5d8d16cb278f6a3a4939b2',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5bbf\u8fc1\u53e3\u8154\u533b\u9662\u5f20\u6625\u5229\uff1a\u5728\u75ab\u60c5\u4e2d\u5b88\u671b\u76f8\u6276","smalltext":"\u201c\u6700\u521d\uff0c\u6ca1\u6709\u4eba\u5728\u610f\u8fd9\u573a\u707e\u96be\uff0c\u8fd9\u4e0d\u8fc7\u662f\u4e00\u573a\u5c71\u706b\uff0c\u4e00\u6b21\u65f1\u707e\uff0c\u4e00\u4e2a\u7269\u79cd\u7684\u706d\u7edd\uff0c\u4e00\u5ea7\u57ce\u5e02\u7684\u6d88\u5931\u3002\u76f4\u5230\u8fd9\u573a\u707e\u96be\u548c\u6bcf\u4e2a\u4eba\u606f\u606f\u76f8\u5173\u3002\u201d\u2014\u2014\u300a\u6d41\u6d6a\u5730\u7403\u300b2020\u5e74\uff0c\u4e00\u573a\u7a81\u5982\u5176\u6765\u7684\u65b0\u51a0\u75ab\u60c5\u6253\u7834\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2475"};
      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 () { 
          }
      });
  });
}