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=2698&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: 1762228937,
    nonceStr: '9YE0DEGjZ6ECS234',
    signature: '3295bf4ff65d5f870d25652088e0f48093dda6e6',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b50\u957f\u5e02\u4eba\u6c11\u533b\u9662\u5434\u4f1f\uff1a\u953b\u9020\u4eba\u6587\u5efa\u8bbe\u54c1\u724c\u533b\u9662\u7684\u65f6\u4ee3\u5148\u950b","smalltext":" \u5434\u4f1f\uff0c\u7537\uff0c\u6c49\u65cf\u3001\u4e2d\u5171\u515a\u5458\uff0c\u5b50\u957f\u5e02\u4eba\u6c11\u533b\u9662\u515a\u59d4\u526f\u4e66\u8bb0\u3001\u9662\u957f\uff0c\u5e02\u5341\u4e94\u3001\u5341\u4e03\u5c4a\u4eba\u5927\u4ee3\u8868\uff0c\u5ef6\u5b89\u5e02\u4f18\u79c0\u9752\u5e74\u5c97\u4f4d\u80fd\u624b\u4e0e\u9752\u5e74\u79d1\u6280\u5956\u83b7\u5f97\u8005\uff0c\u9655\u897f\u7701\u5341\u4e09\u5c4a\u515a\u4ee3\u8868\uff0c\u7701\u533b\u5b66\u4f1a\u666e\u5916\u5206\u4f1a\u66a8\u95e8\u9759\u8109\u9ad8\u538b","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2698"};
      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 () { 
          }
      });
  });
}