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=4013&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: 1762229439,
    nonceStr: 'vF0pDfIYuoUWEbP8',
    signature: '94c41b799465f88ff089837b602a8cab3605df73',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u536b\u4e2d\u5fc3\uff1a\u997a\u5b50\u771f\u9999\uff01\u75c5\u623f\u5e74\u5473\u513f\u522b\u6837\u6d53","smalltext":"    \u773c\u7785\u7740\uff0c\u8f9b\u4e11\u5e74\u725b\u5e74\u6625\u8282\u4e00\u5929\u5929\u4e34\u8fd1\uff0c\u5973\u75c5\u623f\u7684\u5e74\u5473\u513f\u4e5f\u4e00\u5929\u5929\u8d8a\u6765\u8d8a\u6d53\u3002\u4e00\u5e45\u5e45\u597d\u5146\u5934\u7684\u6625\u8054\u8d34\u4e0a\u5899\uff0c\u4e00\u4e2a\u4e2a\u5927\u7ea2\u706f\u7b3c\u9ad8\u9ad8\u6302\u8d77, \u75c5\u533a\u91cc\u4e00\u6d3e\u7ea2\u7ea2\u706b\u706b\uff0c\u8fd8\u6709\u90a3\u533b\u62a4\u3001\u75c5\u53cb\u5fd9\u524d\u5fd9\u540e\uff0c\u7cbe\u5fc3","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4013"};
      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 () { 
          }
      });
  });
}