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=3554&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: 1762265986,
    nonceStr: 'cjqk0ikXj6Ki4Xrl',
    signature: '864cf995f57ecaf8ba8ff1a3fcf6c9f30f9bf8c9',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u829d\u7f58\u533a\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u7528\u533b\u6280\u4e0e\u8d23\u4efb\uff0c\u5b88\u62a4\u5b69\u5b50\u5065\u5eb7\u6210\u957f","smalltext":"\u6734\u5b9e\u800c\u5723\u6d01\u7684\u767d\u8863\u3001\u606c\u9759\u800c\u771f\u8bda\u7684\u9762\u5e9e\u3001\u6e29\u67d4\u800c\u575a\u5b9a\u7684\u7ec6\u8bed\uff0c\u829d\u7f58\u533a\u5987\u5e7c\u4fdd\u5065\u9662\u513f\u79d1\u4e3b\u4efb\u6bdb\u6653\u6656\u7acb\u8db3\u5c97\u4f4d\u3001\u65e0\u79c1\u5949\u732e\uff0c\u4ece\u4e8b\u57fa\u5c42\u4e34\u5e8a\u5de5\u4f5c20\u4f59\u5e74\uff0c\u5728\u513f\u79d1\u8fd9\u4e2a\u9886\u57df\u8be0\u91ca\u7740\u6551\u6b7b\u6276\u4f24\u7684\u804c\u4e1a\u5185\u6db5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3554"};
      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 () { 
          }
      });
  });
}