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=4784&classid=10&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: 1761942351,
    nonceStr: 'bja6qaV8fWYZCILG',
    signature: '95035756be51daae4b7dc3806871210c27ffe7e0',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e2d\u56fd\u4eba\u6c11\u89e3\u653e\u519b\u8054\u52e4\u4fdd\u969c\u90e8\u961f\u7b2c988\u533b\u9662-\u533b\u8def\u6709\u4f60\u3001\u4e3a\u7231\u524d\u884c","smalltext":"\u6625\u534e\u79cb\u5b9e,\u5c71\u6cb3\u65e0\u6059\uff0c\u5728\u6070\u9022\u4e2d\u56fd\u5171\u4ea7\u515a\u767e\u5e74\u534e\u8bde\u65f6\uff0c\u6211\u4eec\u7ecf\u5386\u4e86\u6d2a\u6c34\u8086\u8650\u3001\u75ab\u60c5\u8513\u5ef6\uff0c\u5728\u8fd9\u4e2a\u7279\u6b8a\u65f6\u671f\uff0c\u6211\u4eec\u672c\u7740\u201c\u656c\u754f\u751f\u547d\u3001\u6551\u6b7b\u6276\u4f24\u3001\u7518\u4e8e\u5949\u732e\u3001\u5927\u7231\u65e0\u7586\u201d\uff0c\u7528\u80a9\u8180\u625b\u8d77\u533b\u8005\u5929\u804c\uff0c\u7528\u575a\u5b88","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=10&id=4784"};
      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 () { 
          }
      });
  });
}