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=2435&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: 1761934413,
    nonceStr: 'lu8eELDFZH65bJlf',
    signature: '384959c7700b77f5f4b1046bcbbd9cb7d0a65c1f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e2d\u5357\u5e02\u4e2d\u5fc3\u533b\u9662\u515a\u6dd1\u5c3d\uff1a\u52a9\u529b\u5065\u5eb7\u6e2d\u5357\u4e0d\u65ad\u524d\u884c","smalltext":"   \u515a\u6dd1\u5c3d\u81ea\u53c2\u52a0\u5de5\u4f5c\u4ee5\u6765\uff0c\u79ef\u6781\u8981\u6c42\u4e0a\u8fdb\uff0c\u5177\u6709\u5f3a\u70c8\u7684\u8d23\u4efb\u611f\u548c\u4e8b\u4e1a\u5fc3\uff0c\u5728\u533b\u9662\u4eba\u6587\u54c1\u724c\u4f20\u64ad\u8def\u4e0a\u4e0d\u65ad\u524d\u884c\uff0c\u53d7\u5230\u591a\u65b9\u597d\u8bc4\u3002    \u7acb\u8db3\u5c97\u4f4d\uff0c\u5c3d\u804c\u5c3d\u8d23\uff0c\u670d\u52a1\u597d\u6bcf\u4f4d\u60a3\u8005\u3002\u5728\u62a4\u7406\u5c97\u4f4d\u5de5\u4f5c\u5341\u4e94\u5e74\uff0c","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2435"};
      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 () { 
          }
      });
  });
}