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=2699&classid=12&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: 1762228936,
    nonceStr: 'mJIY37GzdyKYJDcR',
    signature: '367440c7bdd3b8b1510eabc952780b3731050e63',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u56fa\u59cb\u53bf\u4eba\u6c11\u533b\u9662\u77f3\u660e\u4ec1\uff1a\u7528\u5fe0\u5fc3\u8be0\u91ca\u521d\u5fc3\uff0c\u7528\u5b9e\u5e72\u8df5\u884c\u4f7f\u547d","smalltext":"\u4e00\u88ad\u767d\u8863\u4e00\u652f\u542c\u8bca\u5668\uff0c\u624e\u6839\u56fa\u59cb\u4e09\u5341\u8f7d\uff0c\u4ece\u4e8b\u4f20\u67d3\u6027\u75be\u75c5\u8bca\u7597\u3002\u5728\u4e34\u5e8a\u4e00\u7ebf\u5b9e\u73b0\u7740\u4ed6\u5927\u533b\u7cbe\u8bda\u3001\u5999\u624b\u4ec1\u5fc3\u7684\u5d07\u9ad8\u5fd7\u5411\uff1b\u4e00\u652f\u94a2\u7b14\u4e00\u672c\u4e66\uff0c\u8d70\u904d\u5168\u53bf33\u4e2a\u4e61\u9547\uff08\u529e\u4e8b\u5904\uff09\uff0c\u5904\u5904\u7559\u4e0b\u4e86\u4ed6\u8bca\u6cbb\u75be\u75c5\u3001\u4f20\u64ad","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2699"};
      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 () { 
          }
      });
  });
}