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=757&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: 1762265916,
    nonceStr: '7WsAhOmML3kHgSLO',
    signature: 'acbd64a391823f2288460d2deebac7f2cec73296',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/33d76c45bcd98fcf72a2a5b0b5e06715.jpg","title":"\u5e38\u5dde\u4e09\u9662\uff1a\u4e00\u652f\u4f18\u79c0\u56e2\u961f\uff0c\u575a\u6301\u201c\u628a\u81ea\u5df1\u7684\u4e8b\u60c5\u505a\u597d\u201d","smalltext":"\u5728\u5e38\u5dde\u4e09\u9662\uff0c\u6709\u8fd9\u6837\u4e00\u652f\u56e2\u961f\uff1a\u591a\u5e74\u6765\uff0c\u4ed6\u4eec\u59cb\u7ec8\u4e0d\u5fd8\u201c\u5168\u5fc3\u5168\u610f\u4e3a\u75c5\u4eba\u670d\u52a1\u201d\u7684\u533b\u8005\u521d\u5fc3\uff0c\u7528\u81ea\u5df1\u7684\u8010\u5fc3\u3001\u7ec6\u5fc3\u3001\u7231\u5fc3\u3001\u826f\u5fc3\u6ee1\u8db3\u75c5\u60a3\u5408\u4e4e\u60c5\u7406\u7684\u9700\u6c42\uff0c\u7528\u771f\u8bda\u52a1\u5b9e\u611f\u52a8\u7740\u6bcf\u4e00\u4f4d\u75c5\u60a3\u3002\u6b63\u6240\u8c13","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=757"};
      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 () { 
          }
      });
  });
}