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=4498&classid=24&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: 1762249673,
    nonceStr: 'qcrZ7UcG0XaTTlud',
    signature: 'a6b1cc19da83e18f9cfd6fe5c9a7358ebd642fe4',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202107\/ac80c0f684221c99ba4fee8a4758438c.jpg","title":"\u9996\u4e2a\u5168\u56fd\u533b\u9662\u4eba\u6587\u7ba1\u7406\u5168\u5a92\u4f53\u54c1\u724c| \u201c\u8424\u706b\u866b\u8ba1\u5212\u201d\u4eca\u65e5\u6b63\u5f0f\u4e0a\u7ebf","smalltext":"\u5f3a\u5316\u533b\u9662\u4eba\u6587\u5efa\u8bbe\uff0c\u57f9\u517b\u533b\u52a1\u4eba\u5458\u533b\u5b66\u4eba\u6587\u7cbe\u795e\uff0c\u63d0\u9ad8\u533b\u52a1\u4eba\u5458\u533b\u5b66\u4eba\u6587\u7d20\u517b\uff0c\u662f\u5f53\u524d\u4f18\u5316\u73b0\u4ee3\u533b\u9662\u7ba1\u7406\u624b\u6bb5\u3001\u63d0\u9ad8\u7ade\u4e89\u529b\u7684\u91cd\u8981\u4e3e\u63aa\u3002\u5728\u56f4\u7ed5\u56fd\u52a1\u9662\u5370\u53d1\u300a\u201c\u5065\u5eb7\u4e2d\u56fd2030\u201d\u89c4\u5212\u7eb2\u8981\u300b\u4e2d","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=24&id=4498"};
      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 () { 
          }
      });
  });
}