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=6912&classid=5&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: 1762265905,
    nonceStr: 'RdGlaslWroURhDQR',
    signature: 'd83a55d8c8f0dfd9eb15bd79e28d446f4ab108d0',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"https:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff1a\u7834\u5c40\u7a81\u56f4\u7b51\u533b\u9b42\u7684\u8f6c\u578b\u5b9e\u8df5","smalltext":"\u6e05\u6668\u7684\u97f6\u5173\u5e02\u5987\u5e7c\u4fdd\u5065\u9662\uff0c\u513f\u79d1\u8bca\u5ba4\u7684\u706f\u5149\u5df2\u4eae\u8d77\uff0c\u4e73\u817a\u7532\u72b6\u817a\u79d1\u7684\u624b\u672f\u8f66\u6b63\u63a8\u5411\u624b\u672f\u5ba4\u3002\u8fd9\u4e2a2021\u5e747\u6708\u642c\u8fc1\u81f3\u57ce\u90ca\u7684\u65b0\u9662\u533a\uff0c\u5982\u4eca\u89c4\u8303\u6709\u5e8f\u8fd0\u884c\uff0c\u5e76\u7115\u53d1\u51fa\u65b0\u7684\u6d3b\u529b\u3002\u800c\u5728\u5168\u56fd\uff0c\u5987\u5e7c\u5065\u5eb7\u7cfb","url":"https:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=6912"};
      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 () { 
          }
      });
  });
}