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=4542&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: 1762228994,
    nonceStr: 'rxjcNyexIExVSPkg',
    signature: '0660ed58e272e59ac0d3965126e9215918fa199a',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u868c\u57e0\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662-\u624b\u672f\u5ba4\u62a4\u58eb\u957f\u8d39\u5b5d\u654f","smalltext":"\u8d39\u5b5d\u654f\uff0c\u5973\uff0c\u4e2d\u5171\u515a\u5458\uff0c1971\u5e749\u6708\u51fa\u751f\uff0c\u868c\u57e0\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u624b\u672f\u5ba4\u4e3b\u7ba1\u62a4\u5e08\u30021990\u5e747\u6708\u6bd5\u4e1a\u4e8e\u868c\u57e0\u533b\u5b66\u9662\u62a4\u7406\u7cfb\uff0c\u540c\u5e74\u5230\u868c\u57e0\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\u5de5\u4f5c\u81f3\u4eca\uff0c\u591a\u5e74\u6765\uff0c\u5728\u5de5\u4f5c\u4e2d\uff0c\u5979\u59cb\u7ec8\u5162\u5162\u4e1a\u4e1a\uff0c\u4e50\u4e8e\u5949","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=4542"};
      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 () { 
          }
      });
  });
}