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=5346&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: 1762265905,
    nonceStr: '7PE2S3gcklRdNJtc',
    signature: '443798faf7cef80a30374fb318acb9cb0e632d6e',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u93d6\u621825\u4e2a\u663c\u591c\uff0c\u91c7\u683712\u4e07\u4eba\u6b21\uff0121\u4f4d\u63f4\u6caa\u6838\u9178\u5e94\u6025\u91c7\u6837\u961f\u961f\u5458\uff0c\u6b22\u8fce\u56de\u5bb6\uff01","smalltext":"\u201c\u6700\u7f8e\u9006\u884c\u8005\uff0c\u6b22\u8fce\u56de\u5bb6\uff01\u201d\u201c\u4f60\u4eec\u8f9b\u82e6\u4e86\uff01\u201d\u2026\u2026\u9c9c\u82b1\u4e0e\u7b11\u8138\u76f8\u6620\u559c\u60a6\u4e0e\u5e78\u798f\u5145\u6ea2\u5fc3\u95f4\u4eca\u5929\u8fde\u7eed\u5728\u4e0a\u6d77\u594b\u621825\u5929\u7684\u63f4\u6caa\u6838\u9178\u5e94\u6025\u91c7\u6837\u961f21\u540d\u961f\u5458\u5706\u6ee1\u5b8c\u6210\u4efb\u52a1\u5e73\u5b89\u51ef\u65cb\uff01 \u4e3a\u4e86\u4e0d\u589e\u52a0\u4e0a\u6d77\u8d1f","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5346"};
      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 () { 
          }
      });
  });
}