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=3928&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: 1762249409,
    nonceStr: 'coOU8LQLtC3RRv5D',
    signature: '8dee10d5733158abe47450b36e70d2ee29ed922a',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202101\/b4d5a0c515f4e4668b99113b89e3c415.jpg","title":"\u4e0a\u6d77\u5065\u5eb7\u533b\u5b66\u9662\u9644\u5c5e\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\uff1a\u533b\u9662\u7cbe\u7ec6\u5316\u7ba1\u7406\u6c38\u8fdc\u5728\u8def\u4e0a","smalltext":"1\u670812\u65e5\u4e0b\u5348\uff0c\u5609\u5b9a\u533a\u4e2d\u5fc3\u533b\u9662\u201c\u533b\u9662\u7cbe\u7ec6\u5316\u7ba1\u7406\u4f18\u8d28\u670d\u52a1\u7cfb\u5217\u57f9\u8bad\u201d\u8fce\u6765\u6210\u679c\u6c47\u62a5\u5c55\u793a\uff0c\u8fd9\u662f\u533b\u9662\u63d0\u5347\u95e8\u6025\u8bca\u60a3\u8005\u670d\u52a1\u8d28\u91cf\u9879\u76ee\u7684\u5185\u5bb9\u4e4b\u4e00\u3002\u4e0a\u6d77\u5eb7\u7a0b\u533b\u7ba1\u6267\u884c\u603b\u88c1\u3001\u9ad8\u7ea7\u8bb2\u5e08\u9648\u4fca\u51ef\u8001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3928"};
      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 () { 
          }
      });
  });
}