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=3908&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: 1762248097,
    nonceStr: 'I8Dly9cSVVksoKld',
    signature: 'cc01dc3d442946173b77c885a63fc1d73aa210f3',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202101\/acb05347aec59b83aef5ba227402a5a6.jpg","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u5b8c\u6210\u5b66\u751f\u4eba\u7fa4\u98df\u7269\u6d88\u8d39\u91cf\u8c03\u67e5","smalltext":"\u4e3a\u8fdb\u4e00\u6b65\u5f00\u5c55\u4eba\u7fa4\u542b\u6cb9\u3001\u76d0\u3001\u7cd6\u52a0\u5de5\u98df\u54c1\u4e2d\u5371\u5bb3\u56e0\u7d20\u5065\u5eb7\u98ce\u9669\u8bc4\u4f30\u5de5\u4f5c\uff0c\u8865\u5145\u5b8c\u5584\u5c71\u4e1c\u7701\u53ca\u56fd\u5bb6\u98df\u54c1\u5b89\u5168\u98ce\u9669\u8bc4\u4f30\u4e2d\u5fc3\u98df\u7269\u6d88\u8d39\u91cf\u6570\u636e\u5e93\uff0c\u8fd1\u65e5\uff0c\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\u534f\u52a9\u829d\u7f58\u533a\u75be\u63a7\u4e2d\u5fc3\u62bd\u53d6\u70df","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3908"};
      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 () { 
          }
      });
  });
}