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=3046&classid=12&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: 1762229428,
    nonceStr: 'HjNF9YmGhrHghWjL',
    signature: '9f4ea770a725fef3ec156967687166553e4f6054',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u5927\u5b66\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\u5218\u8fde\u65b0\uff1a\u809d\u80c6\u76f8\u7167\u7231\u65e0\u8a00  \u674f\u6797\u6625\u6696\u6da6\u6c5f\u6dee","smalltext":"\u5218\u8fde\u65b0\uff0c \u73b0\u4efb\u4e2d\u56fd\u79d1\u5b66\u6280\u672f\u5927\u5b66\u751f\u547d\u79d1\u5b66\u4e0e\u533b\u5b66\u90e8\u526f\u90e8\u957f\uff0c\u4e2d\u56fd\u79d1\u5927\u9644\u5c5e\u7b2c\u4e00\u533b\u9662\u6267\u884c\u9662\u957f\u3002\u4e2d\u7ec4\u90e8\u201c\u4e07\u4eba\u8ba1\u5212\u201d\u9886\u519b\u4eba\u624d\u5165\u9009\u8005\uff0c\u6559\u80b2\u90e8\u7279\u8058\u6559\u6388\uff0c\u79d1\u6280\u90e8\u4e2d\u9752\u5e74\u79d1\u6280\u521b\u65b0\u9886\u519b\u4eba\u624d\uff0c\u517c\u4efb\u4e2d","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=3046"};
      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 () { 
          }
      });
  });
}