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=693&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: 1762265985,
    nonceStr: 'N6PjzqtIv442Myqu',
    signature: 'f84799f65f695250d865f6032a2a67ea364de4d7',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/ee346351e4cfa54ca2b7e0e59d8d3ef1.jpg","title":"\u201c\u6d41\u6d6a\u9662\u957f\u201d\u548c\u201c\u4e07\u80fd\u6551\u62a4\u8f66\u201d","smalltext":"6\u670830\u65e5\uff0c\u8ddd\u79bb6\u670817\u65e56.0\u7ea7\u957f\u5b81\u5730\u9707\u5df2\u7ecf\u8fc7\u53bb\u4e8613\u5929\uff0c\u968f\u7740\u5927\u7247\u96c6\u4e2d\u5f0f\u7684\u5e10\u7bf7\u64a4\u79bb\uff0c\u4eba\u4eec\u5f00\u59cb\u5c06\u91cd\u5fc3\u8f6c\u5411\u751f\u4ea7\u751f\u6d3b\u7684\u6062\u590d\u548c\u707e\u540e\u91cd\u5efa\u3002\u867d\u7136\u5f53\u5929\u4e2d\u5348\u53c8\u88ad\u6765\u4e00\u573a3.1\u7ea7\u7684\u4f59\u9707\uff0c\u8fd9\u4e2a\u9707\u7ea7\u5bf9\u4e8e\u7ecf","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=693"};
      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 () { 
          }
      });
  });
}