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=6913&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: 1762265910,
    nonceStr: 'MXxQpiTKvFeAx4TR',
    signature: 'f96800af3df7e27fbc7011a5728669dd18361063',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u91cd\u5e86\u5e02\u4e5d\u9f99\u5761\u533a\u4eba\u6c11\u533b\u9662\uff1a\u751f\u547d\u753b\u5377\u4e0a\u7684\u6e29\u67d4\u7b14\u89e6","smalltext":"\u4eca\u5929\uff0c\u6211\u60f3\u4e0e\u5927\u5bb6\u5206\u4eab\u7684\u662f\u4e00\u4f8b\u91cd\u5ea6\u7126\u8651\u60a3\u8005\u51a0\u8109CTA\u68c0\u67e5\u7684\u5168\u7a0b\u7cbe\u7ec6\u5316\u62a4\u7406\uff0c\u8fd9\u4e0d\u662f\u4e00\u5f20\u51b0\u51b7\u7684\u5f71\u50cf\u80f6\u7247\uff0c\u800c\u662f\u4e00\u5e45\u7528\u4e13\u4e1a\u4e0e\u6e29\u60c5\u5171\u540c\u7ed8\u5236\u7684\u201c\u751f\u547d\u753b\u5377\u201d\u3002\u6211\u4eec\u5f71\u50cf\u79d1\u62a4\u58eb\uff0c\u5e38\u5e38\u88ab\u770b\u4f5c\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6913"};
      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 () { 
          }
      });
  });
}