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=3600&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: 1762265913,
    nonceStr: 'H8m4LtYUWbe3AELy',
    signature: 'ee440d91dc6cc82fcefc63878da8b0646e12e965',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/c2f5ec516c7c60e5bbf7277ab219adf7.jpg","title":"\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\uff1a\u5173\u7231\u73af\u536b\u5de5\u4eba \u590f\u65e5\u9001\u6e05\u51c9\u2022\u5171\u521b\u6587\u660e\u57ce","smalltext":"7\u670811\u65e5\u4e0a\u5348\uff0c\u65b0\u6cf0\u5e02\u4e2d\u533b\u533b\u9662\u8d70\u8fdb\u5e02\u73af\u536b\u4e2d\u5fc3\u5f00\u5c55\u5173\u7231\u73af\u536b\u5de5\u4eba \u201c\u590f\u65e5\u9001\u6e05\u51c9\u2022\u5171\u521b\u6587\u660e\u57ce\u201d\u4e3b\u9898\u515a\u65e5\u6d3b\u52a8\uff0c\u4e3a\u5927\u5bb6\u8fdb\u884c\u4e49\u8bca\u670d\u52a1\uff0c\u5e76\u9001\u4e0a\u201c\u6e05\u70ed\u89e3\u6691\u996e\u201d\u3002\u533b\u9662\u9662\u957f\u95eb\u5bb6\u5e73\u3001\u526f\u9662\u957f\u674e\u632f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3600"};
      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 () { 
          }
      });
  });
}