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=3954&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: 1762249411,
    nonceStr: '49WLM1w0TdEIWy8L',
    signature: '8caef0109a970b8fb0b4afe3e176b8d166f59a6a',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202101\/aa62be3b23142899dcafe9c4c7ab475c.jpg","title":"\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\uff1a\u75ab\u60c5\u9762\u524d\uff0c\u6211\u4eec\u4e0d\u9000\uff01","smalltext":"\u65b0\u5e74\u4f0a\u59cb\uff0c\u65b0\u51a0\u75ab\u60c5\u7a81\u53d1\uff0c\u7275\u52a8\u4eba\u5fc3\u3002\u5728\u8fd9\u573a\u65b0\u51a0\u80ba\u708e\u9632\u63a7\u963b\u51fb\u6218\u4e2d\uff0c\u90a2\u53f0\u5e02\u7b2c\u4e94\u533b\u9662\u515a\u59d4\u8fc5\u901f\u884c\u52a8\uff0c\u5468\u5bc6\u7ec4\u7ec7\uff0c\u5171\u4ea7\u515a\u5458\u51b2\u950b\u5728\u524d\uff0c\u56e2\u5458\u9752\u5e74\u79ef\u6781\u54cd\u5e94\uff0c\u5e7f\u5927\u804c\u5de5\u8e0a\u8dc3\u62a5\u540d\u3002\u5927\u5bb6\u65e0\u754f\u8270\u9669\uff0c\u8fce\u96be\u800c\u4e0a","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3954"};
      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 () { 
          }
      });
  });
}