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=3616&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: 1762266010,
    nonceStr: 'ouZScEIyjmq5ceQB',
    signature: '7a4467e1dcec8405c230ae0242f9bc5d46c06658',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/ccb73eaed80cf6df3037ba71cd3b3b3d.jpg","title":"\u5e38\u5dde\u5e02\u536b\u751f\u5065\u5eb7\u59d4\uff1a\u6218\u75ab\u6709\u6211\uff0c\u7528\u955c\u5934\u5b9a\u683c\u5168\u6c11\u6297\u75ab\u7684\u611f\u4eba\u77ac\u95f4","smalltext":"8\u670819\u65e5\uff0c\u7531\u5e38\u5dde\u5e02\u536b\u751f\u5065\u5eb7\u59d4\u5458\u4f1a\u548c\u5e38\u5dde\u65e5\u62a5\u793e\u4e3b\u529e\uff0c\u5e38\u5dde\u56db\u836f\u51a0\u540d\uff0c\u5e38\u62a5\u89c6\u89c9\u7b56\u5c55\u7684\u201c\u6218\u75ab\u6709\u6211\u2014\u2014\u7eaa\u5b9e\u6444\u5f71\u4f5c\u54c1\u5c55\u201d\u4e8e\u7b2c\u4e09\u4e2a\u4e2d\u56fd\u533b\u5e08\u8282\u5230\u6765\u4e4b\u9645\uff0c\u5728\u5e02\u6587\u5316\u5e7f\u573a\u3001\u5e02\u884c\u653f\u4e2d\u5fc3\u5927\u5385\u5c55\u51fa","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3616"};
      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 () { 
          }
      });
  });
}