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=3823&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: 1762248544,
    nonceStr: 'RaK7RgDb8M8bWkHN',
    signature: '2dafcd14441733da4a11b73dd89eced16365e947',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56db\u5ddd\u7701\u79d1\u5b66\u57ce\u533b\u9662\uff1a\u201c\u5fae\u7b11\u201d\u53e3\u7f69  \u9694\u79bb\u75c5\u6bd2\uff0c\u4e0d\u9694\u79bb\u7231","smalltext":"\u4e00\u8eab\u767d\u8863\uff0c\u4e00\u9876\u71d5\u5c3e\u5e3d\uff0c\u5728\u914d\u4e0a\u4e00\u4e2a\u84dd\u8272\u7684\u53e3\u7f69\uff0c\u8fd9\u5c31\u662f\u767d\u8863\u5929\u4f7f\u7684\u771f\u662f\u5199\u7167\u3002\u800c\u5728\u4eca\u5e74\u6297\u51fb\u75ab\u60c5\u671f\u95f4\uff0c\u53e3\u7f69\u6210\u4e86\u4eba\u4eec\u751f\u6d3b\u4e2d\u7684\u6807\u914d\uff0c \u5927\u5927\u7684\u53e3\u7f69\u6321\u4f4f\u4e86\u5fae\u7b11\u7684\u9762\u5bb9\uff0c\u7f8e\u4e3d\u52a8\u4eba\u7684\u8138\u988a\u5374\u7559\u4e0b\u4e86\u6df1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3823"};
      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 () { 
          }
      });
  });
}