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=4532&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: 1762229935,
    nonceStr: 'qDVl6EJJwwrdZXxh',
    signature: '537d9a140016fab498520e424fe7b18cc573a58b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u5357\u5927\u5b66\u6e58\u96c5\u4e09\u533b\u9662-\u63f4\u9102\u56fd\u5bb6\u533b\u7597\u961f\u961f\u957f\u738b\u77e5\u975e","smalltext":"\u5728\u6297\u75ab\u63f4\u9102\u5de5\u4f5c\u4e2d\uff0c\u4ed6\u8eab\u5148\u58eb\u5352\uff0c\u5e26\u9886132\u540d\u533b\u7597\u961f\u5458\u5171\u6536\u6cbb86\u4f8b\u5371\u91cd\u75c7\u65b0\u51a0\u80ba\u708e\u60a3\u8005\uff0c\u5176\u4e2d68\u4f8b\u5eb7\u590d\u51fa\u9662\uff0c\u533b\u62a4\u4eba\u5458\u65e0\u4e00\u4f8b\u611f\u67d3\u3002\u5728\u6b66\u6c49\u6297\u75ab\u768452\u4e2a\u65e5\u65e5\u591c\u591c\uff0c\u4ed6\u575a\u6301\u6bcf\u5929\u51cc\u6668\u63a5\u9001\u961f\u5458\uff0c\u5173\u5fc3\u6bcf","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4532"};
      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 () { 
          }
      });
  });
}