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=3708&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: 1762265918,
    nonceStr: '8DfjS3kozahDMi1k',
    signature: '44c37f7d695731a0397adf548baf3313d10d44b8',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202009\/29e6f5375872553971c1a65b2b223342.png","title":"\u6df1\u5733\u5e02\u4e2d\u533b\u9662\uff1a\u6df1\u5733\u8fd9\u652f\u652f\u63f4\u96f7\u795e\u5c71\u533b\u9662\u7684\u4e2d\u533b\u533b\u7597\u961f\u83b7\u4e2d\u5ba3\u90e8\u8868\u5f70","smalltext":"\u4e3a\u6df1\u5165\u8d2f\u5f7b\u4e60\u8fd1\u5e73\u603b\u4e66\u8bb0\u5728\u5168\u56fd\u6297\u51fb\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u8868\u5f70\u5927\u4f1a\u4e0a\u7684\u91cd\u8981\u8bb2\u8bdd\u7cbe\u795e\uff0c\u5927\u529b\u5f18\u626c\u4f1f\u5927\u6297\u75ab\u7cbe\u795e\uff0c9\u670823\u65e5\uff0c\u4e2d\u5ba3\u90e8\u5411\u5168\u793e\u4f1a\u53d1\u5e03\u4e86\u56fd\u5bb6\u63f4\u9102\u6297\u75ab\u533b\u7597\u961f\u7b4910\u4e2a\u6297\u75ab\u4e00\u7ebf\u533b\u52a1\u4eba\u5458\u82f1\u96c4","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3708"};
      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 () { 
          }
      });
  });
}