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=3974&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: 1762249404,
    nonceStr: 'em4rAjhrRWOE34Kv',
    signature: '3334f4e6cd24697a80a4a2cb51ea5c2857d1e76c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202101\/778855295c2e20786821e8f1715c1cf8.jpg","title":"\u6210\u90fd\u5e02\u5987\u5973\u513f\u7ae5\u4e2d\u5fc3\u533b\u9662\uff1a\u72ec\u81c2\u7238\u7238\u548c\u65e9\u4ea7\u513f\u7684\u751f\u6b7b\u52ab\uff0c\u4f60\u8981\u52a0\u6cb9\u54e6\uff01","smalltext":"\u533b\u9662\u7684\u6025\u8bca\u79d1\uff0c\u6709\u4ece\u6b7b\u5230\u751f\u7684\u62a2\u6551\uff1b\u5987\u4ea7\u79d1\uff0c\u6709\u751f\u6b7b\u4e4b\u95f4\u7684\u6289\u62e9\u3002\u800c\u65b0\u751f\u513f\u79d1\uff0c\u5219\u6709\u66d9\u5149\u4e0e\u5e0c\u671b\u3002\u4eca\u5929\uff0c\u8bb2\u8ff0\u4e00\u4e2a\u65b0\u751f\u513f\u5916\u79d1\u75c5\u623f\u91cc\uff0c\u7236\u7231\u4e0e\u575a\u5b88\u7684\u6545\u4e8b\u3002                              \u6211\u662f\u4f60","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3974"};
      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 () { 
          }
      });
  });
}