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=615&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: 1762249391,
    nonceStr: 'ltWMFFOnhP8yHAXu',
    signature: '5167bad142b005a1d98d8542a41bf022b2e67831',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ae0\u4e18\u533a\u4e2d\u533b\u533b\u9662\uff1a\u5feb\u6765\u56f4\u89c2\u8fd9\u4e9b\u4eba\u7684\u670b\u53cb\u5708","smalltext":"\u670b\u53cb\u5708\u662f\u5927\u5bb6\u975e\u5e38\u719f\u6089\u7684\u793e\u4ea4\u5de5\u5177\uff0c\u7f8e\u98df\u3001\u65c5\u884c\u3001\u840c\u5a03\u3001\u611f\u609f\uff0c\u65e0\u6240\u4e0d\u6652\u3002\u533b\u52a1\u4eba\u5458\u4f5c\u4e3a\u4e00\u4e2a\u7279\u6b8a\u7fa4\u4f53\uff0c\u670b\u53cb\u5708\u753b\u98ce\u522b\u5177\u4e00\u683c\u3002\u600e\u4e48\u4e2a\u7279\u522b\u6cd5\uff1f\u56f4\u89c2\u4e00\u4e0b\u7ae0\u4e18\u4e2d\u533b\u9662\u533b\u52a1\u4eba\u5458\u7684\u670b\u53cb\u5708\u5c31\u77e5\u9053\u4e86","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=615"};
      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 () { 
          }
      });
  });
}