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=4172&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: 1762228936,
    nonceStr: 'BFGYWsKmq99a8Ia3',
    signature: '518cf9c7e75e064df0602b9f42f682e3d6662379',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202103\/c71c7e80fb0448f7163567295dd549f7.jpg","title":"\u4e91\u5357\u7701\u7b2c\u4e00\u4eba\u6c11\u533b\u9662\uff1a\u5343\u91cc\u63a2\u4eb2\uff0c\u4ed6\u4eec\u8fd8\u634e\u6765\u65b0\u51a0\u60a3\u8005\u6cbb\u6108\u540e\u4eb2\u81ea\u917f\u7684\u9152\uff01","smalltext":"3\u670812\u65e5\uff0c\u5728\u4e91\u5357\u63f4\u54b8\u533b\u7597\u961f\u51ef\u65cb\u4e00\u5468\u5e74\u4e4b\u9645\uff0c\u54b8\u5b81\u5e02\u59d4\u5ba3\u4f20\u90e8\u4e13\u95e8\u7ec4\u7ec7\u4e86\u7279\u522b\u62a5\u9053\u7ec4\u4e00\u884c8\u4eba\u6765\u5230\u4e91\u5357\uff0c\u91c7\u8bbf\u5f53\u65f6\u4e3a\u54b8\u5b81\u4eba\u6c11\u6218\u6597\u8fc7\u7684\u4e91\u5357\u533b\u7597\u961f\u961f\u5458\u3002\u7279\u522b\u62a5\u9053\u7ec4\u7684\u7b2c\u4e00\u7ad9\uff0c\u5c31\u6765\u5230\u4e91\u5357\u7701\u7b2c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4172"};
      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 () { 
          }
      });
  });
}