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=6816&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: 1761945435,
    nonceStr: 'vUbwQ3fJ6viXWT3N',
    signature: '8f256addf236cb064f5d055e08e53fffd9b705c8',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\uff1a\u6539\u5584\u5c31\u533b\u4f53\u9a8c\uff0c\u6253\u9020\u6ee1\u610f\u95e8\u8bca\u5927\u5385","smalltext":"\u4e3a\u5168\u65b9\u4f4d\u63d0\u5347\u60a3\u8005\u7684\u5c31\u533b\u4f53\u9a8c\uff0c\u5207\u5b9e\u89e3\u51b3\u60a3\u8005\u770b\u75c5\u5c31\u533b\u7684\u96be\u9898\uff0c\u4e3a\u60a3\u8005\u63d0\u4f9b\u66f4\u4f18\u8d28\u3001\u4fbf\u6377\u3001\u8d34\u5fc3\u7684\u533b\u7597\u670d\u52a1\uff0c\u5e38\u5fb7\u5e02\u7b2c\u56db\u4eba\u6c11\u533b\u9662\u4ee5\u521b\u5efa\u201c\u7fa4\u4f17\u6ee1\u610f\u95e8\u8bca\u5927\u5385\u201d\u4e3a\u5951\u673a\uff0c\u56f4\u7ed5\u533b\u7597\u6280\u672f\u5353\u8d8a\u7cbe\u8fdb\u3001\u533b\u7597\u670d\u52a1\u7cbe\u5fc3\u4f18\u5316\u3001\u5c31\u533b\u6d41\u7a0b\u4fbf\u6377\u9ad8\u6548\u7684\u76ee\u6807\uff0c\u79ef\u6781\u521b\u65b0\u95e8\u8bca\u670d\u52a1\u6a21\u5f0f\uff0c\u6210\u6548\u663e\u8457\u3002","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6816"};
      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 () { 
          }
      });
  });
}