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=715&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: 1762265912,
    nonceStr: '3CNWF8kCqzgRExT8',
    signature: '6636b79881d0f0f6c17c95a0031699c51bcf35f4',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/201907\/7d691a1e60cacfa13be2b5122845fbec.jpg","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e09\u901a\u6696\u5fc3\u7535\u8bdd\uff0c\u201c\u729f\u5a46\u5a46\u201d\u7ec8\u4e8e\u56de\u6765\u5566\uff01","smalltext":"\u5bb3\u6015\u624b\u672f\u7684\u5a46\u5a46  \u4eca\u5e744\u6708\uff0c\u5bb6\u4f4f\u8521\u7538\u7684\u8881\u5a46\u5a46\u56e0\u4e3a\u80f8\u95f7\u4e00\u6708\u6709\u4f59\uff0c\u4fbf\u4f4f\u8fdb\u6c49\u9633\u67d0\u533b\u9662\u8fdb\u884c\u6cbb\u7597\uff0c\u4e00\u5468\u540e\uff0c\u75c7\u72b6\u4ecd\u672a\u7f13\u89e3\uff0c\u9042\u8f6c\u8bca\u5230\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\u3002  \u5728\u5e38\u89c4\u68c0\u67e5\u4e2d\u533b\u751f\u53d1\u73b0\uff0c\u5a46\u5a46\u8d2b\u8840\u72b6\u51b5\u5f88\u4e25","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=715"};
      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 () { 
          }
      });
  });
}