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=3587&classid=4&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: 1761838451,
    nonceStr: 'CZiFq2fC7pLbpe6F',
    signature: '4bf4c710e8c69d707da7e51233202353b313139f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/f428318e135ca2dd340811298c326fe0.jpg","title":"\u80e1\u6d77\uff1a\u54c1\u724c\u5c31\u662f\u533b\u751f\u7684\u751f\u547d","smalltext":"\u4ed6\u662f\u6211\u56fd\u6700\u65e9\u5f00\u5c55\u5fae\u521b\u4fdd\u80c6\u57fa\u7840\u548c\u4e34\u5e8a\u7814\u7a76\uff0c\u5e76\u575a\u5b9a\u63a8\u52a8\u7406\u6027\u4fdd\u80c6\u4e34\u5e8a\u5b9e\u8df5\u7684\u9886\u519b\u4eba\u7269\u4e4b\u4e00\uff1b\u4ed6\u662f\u56fd\u9645\u4e0a\u5f00\u5c55\u9690\u5f62\u8179\u8154\u955c\u80c6\u56ca\u53d6\u77f3\u7684\u7b2c\u4e00\u4eba\uff0c\u5e26\u9886\u56e2\u961f\u8fde\u7eed10\u5e74\u521b\u4e0b\u4e0a\u6d77\u5e02\u8179\u8154\u955c\u80c6\u56ca\u624b\u672f\u5355","url":"https:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=4&id=3587"};
      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 () { 
          }
      });
  });
}