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=612&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: 1762265456,
    nonceStr: '6SH9TP1OU16K4oHs',
    signature: '6f2b99e40b9f1acb55c84a288b70e37608927034',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201906\/b9196d02b58baf712bc673c1611fd772.jpg","title":"\u7b80\u9633\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u4ece\u7f8e\u56fd\u52a0\u5dde\u5230\u56db\u5ddd\uff0c\u8de8\u8d8a\u4e09\u4e07\u91cc\u7684\u611f\u6fc0","smalltext":"   \u201c\u5c0f\u9a6c\u54e5\uff01\u60a8\u597d\uff0c\u6211\u73b0\u5728\u5728\u7f8e\u56fd\u52a0\u5dde\u5927\u5b66\u6b27\u6587\u5206\u6821\uff0c\u8fd9\u662f\u6211\u4eec\u56fe\u4e66\u9986\u3002\u4eca\u5929\u662f\u6211\u7684\u6bd5\u4e1a\u5178\u793c\uff0c\u5728\u5178\u793c\u4e0a\u6211\u7b2c\u4e00\u4e2a\u5c31\u60f3\u5230\u4f60\uff0c\u771f\u7684\u592a\u611f\u8c22\u4f60\u4e86\uff0c\u8ba9\u6211\u987a\u5229\u5b8c\u6210\u6bd5\u4e1a\u8003\u8bd5\uff0c\u5f00\u5fc3\u6bd5\u4e1a\uff01\u8c22\u8c22\u5e05\u6c14\u7684\u5c0f\u9a6c\u54e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=612"};
      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 () { 
          }
      });
  });
}