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=3614&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: 1762265995,
    nonceStr: 'm9TIMvJsX9r23RAN',
    signature: '3803ce55e9bcee104113a4e0de14a128b85fd0ff',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202008\/6c34165ac97bdbe03251a276d42bfcdd.jpg","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u53ec\u5f00\u4e2d\u56fd\u533b\u5e08\u8282\u5e86\u795d\u8868\u5f70\u4f1a","smalltext":" \u4e91\u5929\u6536\u590f\u8272\uff0c\u6728\u53f6\u52a8\u79cb\u58f0\uff0c\u5728\u8fd9\u4e2a\u79cb\u5170\u98d8\u9999\u7684\u516b\u6708\uff0c\u6211\u4eec\u8fce\u6765\u4e86\u7b2c3\u4e2a\u201c\u4e2d\u56fd\u533b\u5e08\u8282\u201d\uff0c2020\u5e74\uff0c\u6ce8\u5b9a\u662f\u4e0d\u5e73\u51e1\u7684\u4e00\u5e74\u3002\u65b0\u51a0\u80ba\u708e\u75ab\u60c5\u53d1\u751f\u4ee5\u6765\uff0c\u5e7f\u5927\u533b\u52a1\u5de5\u4f5c\u8005\u7262\u8bb0\u515a\u548c\u4eba\u6c11\u91cd\u6258\uff0c\u4e49\u65e0\u53cd\u987e\u51b2\u4e0a\u75ab","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3614"};
      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 () { 
          }
      });
  });
}