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=6535&classid=14&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: 1761906935,
    nonceStr: '7wHBb2y5xtUaO4TV',
    signature: 'cd8e4803ab9d94be16e257c32b5d152833c342e2',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5f81\u6587\uff1a\u515a\u5efa\u5f15\u9886 \u5efa\u8bbe\u4eba\u6587\u5168\u5a92\u4f53\u77e9\u9635\u52a9\u529b\u533b\u9662\u9ad8\u8d28\u91cf\u53d1\u5c55","smalltext":"\u6d59\u6c5f\u5927\u5b66\u533b\u5b66\u9662\u9644\u5c5e\u7b2c\u56db\u533b\u9662\u662f\u6d59\u6c5f\u5927\u5b66\u548c\u4e49\u4e4c\u5e02\u653f\u5e9c\u5408\u4f5c\u5171\u5efa\u7684\u516c\u7acb\u533b\u9662\uff0c2014\u5e7410\u6708\u5f00\u4e1a\uff0c\u7ecf\u8fc79\u5e74\u7684\u4e0d\u61c8\u52aa\u529b\uff0c\u5728\u6700\u65b0\u5168\u56fd\u516c\u7acb\u533b\u9662\u7ee9\u6548\u8003\u6838\u4e2d\u4f4d\u5217\u5168\u56fd63\u4f4d\u3002\u4f5c\u4e3a\u4e00\u5bb6\u5750\u843d\u5728\u53bf\u57df\u7684","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=14&id=6535"};
      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 () { 
          }
      });
  });
}