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=4170&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: 1762229436,
    nonceStr: 'gJ30KTTn2DYGU0xs',
    signature: '41c92d4826fcd89c83e8b8561aa32d536bef36c8',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u533b\u9662\uff1a\u5e73\u5b9e\u7684\u8bdd\u8bed\u8bc9\u8bf4\u6d53\u6d53\u7684\u611f\u6fc0\u4e4b\u60c5","smalltext":"\u201c\u662f\u4f60\u4eec\u7684\u4e13\u4e1a\u3001\u656c\u4e1a\u3001\u8010\u5fc3\u3001\u7528\u5fc3\uff0c\u6d88\u9664\u4e86\u6211\u4eec\u6240\u6709\u7684\u987e\u8651\u3002\u90a3\u4e00\u523b\uff0c\u6211\u4eec\u5168\u5bb6\u5bf9\u4f60\u4eec\u4fe1\u4efb\u65e0\u6bd4\u3002\u6211\u4eec\u771f\u7684\u5f88\u5e78\u8fd0\uff0c\u9047\u5230\u4e86\u4f60\u4eec\u8fd9\u6837\u4e00\u4e2a\u4f18\u79c0\u7684\u533b\u7597\u56e2\u961f\uff01\u201d\u8fd1\u65e5\uff0c\u60a3\u8005\u738b\u67d0\u53ca\u5bb6\u5c5e\u62ff\u7740\u4e00\u9762\u9c9c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4170"};
      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 () { 
          }
      });
  });
}