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=5063&classid=5&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: 1761546603,
    nonceStr: 'mLMwY1tOXAXNmgSn',
    signature: 'f914eff849bf1457c2fb0003c90950478fa14205',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u4e13\u9898\u5b66\u4e60\u515a\u7684\u5341\u4e5d\u5c4a\u516d\u4e2d\u5168\u4f1a\u7cbe\u795e\u200b","smalltext":"\u65e5\u524d\uff0c\u6cb3\u5317\u7701\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u53ec\u5f00\u4e13\u9898\u4f1a\u8bae\uff0c\u4f20\u8fbe\u5b66\u4e60\u515a\u7684\u5341\u4e5d\u5c4a\u516d\u4e2d\u5168\u4f1a\u7cbe\u795e\u3002\u515a\u59d4\u526f\u4e66\u8bb0\u3001\u9662\u957f\u738b\u5e86\u5468\u9886\u5b66\u4e86\u300a\u4e2d\u56fd\u5171\u4ea7\u515a\u7b2c\u5341\u4e5d\u5c4a\u4e2d\u592e\u59d4\u5458\u4f1a\u7b2c\u516d\u6b21\u5168\u4f53\u4f1a\u8bae\u516c\u62a5\u300b\u3002\u4f1a\u8bae\u6307\u51fa\uff0c\u300a\u4e2d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5063"};
      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 () { 
          }
      });
  });
}