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=4939&classid=11&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: 1761937023,
    nonceStr: 'ss78RhlZBpA6Z695',
    signature: '72be17785d68076d252c07cb38ca75be1534446f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6606\u5c71\u5e02\u7b2c\u4e00\u4eba\u6c11\u533b\u9662-\u805a\u7126\u201c\u516b\u4e2a\u529b\u201d\u4f5c\u7528\uff0c\u4fc3\u5fd7\u613f\u670d\u52a1\u5efa\u8bbe","smalltext":"\u4e00\u3001\u9879\u76ee\u80cc\u666f\u5fd7\u613f\u670d\u52a1\u662f\u793e\u4f1a\u6587\u660e\u8fdb\u6b65\u7684\u91cd\u8981\u6807\u5fd7\uff0c\u4e3a\u63a8\u52a8\u5fd7\u613f\u670d\u52a1\u4e8b\u4e1a\u6df1\u5165\u53d1\u5c55\uff0c\u6606\u5c71\u5e02\u4e00\u533b\u9662\u56e2\u59d4\u575a\u51b3\u8d2f\u5f7b\u533b\u9662\u515a\u59d4\u53ca\u4e0a\u7ea7\u56e2\u7ec4\u7ec7\u7684\u5de5\u4f5c\u90e8\u7f72\uff0c\u6301\u7eed\u5f00\u5c55\u5bcc\u6709\u6210\u6548\u7684\u5fd7\u613f\u670d\u52a1\u6d3b\u52a8\uff0c\u5145\u5206\u53d1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=11&id=4939"};
      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 () { 
          }
      });
  });
}