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=4201&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: 1762228993,
    nonceStr: '6ZMYITCjjA0CQnQw',
    signature: '36e3ab594d46c1f18dec79b9f84d9983fde077d1',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a14\u5c81\u7537\u5b69\u6253\u7bee\u7403\u5934\u90e8\u88ab\u649e \u53bb\u533b\u9662\u68c0\u67e5\u7adf\u53d1\u73b0\u516b\u516c\u5206\u80bf\u7624","smalltext":"      \u8fd1\u65e5\uff0c14\u5c81\u7537\u5b69\u5c0f\u98de(\u5316\u540d)\u5728\u4e0e\u540c\u5b66\u6253\u7bee\u7403\u65f6\u5934\u90e8\u88ab\u649e\uff0c\u672c\u4ee5\u4e3a\u6ca1\u4ec0\u4e48\u5927\u788d\uff0c\u8c01\u77e5\u524d\u5f80\u533b\u9662\u68c0\u67e5\u540e\uff0c\u7adf\u53d1\u73b0\u9885\u5e95\u51fa\u73b0\u76f4\u5f84\u4e3a\u516b\u516c\u5206\u7684\u80bf\u7624\u3002\u7ecf\u8fc7\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662(\u91d1\u9633\u533b\u9662)\u53ca\u65f6\u6551\u6cbb","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4201"};
      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 () { 
          }
      });
  });
}