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=3528&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: 1762266013,
    nonceStr: 'OTR9BgvYjoQFNtMO',
    signature: '69195298ebb2eaffebeb270f131e43accde077e6',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/oss2.zhongou.org.cn\/web\/yyrw\/202007\/3f7a0280f2353cdcd866059f1f5ed680.jpg","title":"\u6b66\u6c49\u4e9a\u6d32\u5fc3\u810f\u75c5\u533b\u9662\uff1a40\u4f4d\u201c\u5c0f\u5c0f\u5e78\u8fd0\u5fc3\u201d\u5728\u4e9a\u5fc3\u533b\u9662\u5eb7\u590d\u51fa\u9662","smalltext":"\u9633\u5149\u900f\u8fc7\u7a97\u6237\uff0c\u6d12\u57289\u5c81\u5973\u5b69\u5189\u5189\u7684\u8138\u4e0a\uff0c\u4e00\u53cc\u773c\u775b\u76ef\u7740\u4e66\uff0c\u770b\u5f97\u6d25\u6d25\u6709\u5473\uff0c\u8138\u4e0a\u4e0d\u65f6\u9732\u51fa\u5fae\u7b11\u300222\u65e5\u4e0a\u5348\uff0c\u5728\u6b66\u6c49\u4e9a\u6d32\u5fc3\u810f\u75c5\u533b\u9662\u513f\u7ae5\u75c5\u623f\uff0c\u60a0\u95f2\u770b\u4e66\u7684\u5189\u5189\uff0c\u660e\u5929\u5c31\u8981\u51fa\u9662\u4e86\uff0c\u5979\u7b11\u7740\u8bf4\u81ea\u5df1\u73b0\u5728\u62e5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3528"};
      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 () { 
          }
      });
  });
}