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=657&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: 1762248596,
    nonceStr: 'RDWsAAaxhV15dS82',
    signature: '5938974bbbdebaf889dcfd66052739e8c5e4c4b3',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/9a06c71de1cd2605df5cc0183605ace4.jpg","title":"\u6c38\u5dde\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u201c\u6709\u56f0\u96be\u5c31\u627e\u6276\u8d2b\u961f\u554a\u201d","smalltext":"\u4eca\u5e7469\u5c81\u7684\u90d1\u6c11\u751f\uff0c\u662f\u8336\u6e90\u576a\u6751\u6c34\u65e6\u7ec4\u6751\u6c11\uff0c\u80cc\u7740\u6ee1\u8f7d\u751f\u6d3b\u7528\u54c1\u7684\u7af9\u7bd3\u521a\u521a\u4ece\u6d46\u6d1e\u4e61\u8d76\u96c6\u56de\u6765\uff0c\u4ed6\u5bf9\u7b14\u8005\u8bf4\uff1a\u201c\u8336\u6e90\u576a\u675113\u4e2a\u6751\u6c11\u5c0f\u7ec4\u5206\u6563\u572818\u516c\u91cc\u7684\u5c71\u533a\uff0c\u5730\u5904\u504f\u50fb\u3001\u4ea4\u901a\u4e0d\u4fbf\uff0c\u800c\u4e14\u6751\u91cc\u7684\u591a\u662f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=657"};
      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 () { 
          }
      });
  });
}