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=2487&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: 1762252467,
    nonceStr: 'Qlic1bhUarZRNPbN',
    signature: 'b9bc1b1e43e173bc7873e185e951f54557b0e7cb',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5b9d\u9e21\u9ad8\u65b0\u4eba\u6c11\u533b\u9662\u5b59\u5f6c\uff1a\u624e\u6839\u6587\u5316\u5efa\u8bbe  \u63a8\u52a8\u533b\u9662\u53d1\u5c55","smalltext":"\u201c\u9ad8\u5c71\u6321\u4e0d\u4f4f\u6267\u7740\u7684\u811a\u6b65\uff0c\u5bd2\u51ac\u6000\u63e3\u7740\u6eda\u70eb\u7684\u7231\u5fc3\u3002\u5e74\u5e74\u5c81\u5c81\u5b88\u5019\u5728\u65e0\u5f71\u706f\u4e0b\uff0c\u5c81\u5c81\u5e74\u5e74\u634d\u536b\u7075\u9b42\u7684\u5c0a\u4e25\u3002\u201d\u8fd9\u662f\u5b9d\u9e21\u9ad8\u65b0\u4eba\u6c11\u533b\u9662\u7684\u9662\u6b4c\u300a\u6258\u8d77\u5e0c\u671b\u7684\u84dd\u5929\u300b\uff0c\u8fd9\u9996\u9662\u6b4c\u5728\u533b\u9662\u6bcf\u4e00\u540d\u533b\u52a1","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=12&id=2487"};
      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 () { 
          }
      });
  });
}