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=5135&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: 1762220467,
    nonceStr: 'DupjoBQXus2EBSaw',
    signature: '2e2956a1561afae6f8f8656f1276fd501e752aab',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a30\u5e74\u5fc3\u810f\u80bf\u7624\u957f\u5230\u9e45\u86cb\u5927\uff0c\u533b\u751f\u5386\u65f66\u4e2a\u5c0f\u65f6\u5999\u624b\u6458\u9664","smalltext":"1\u67084\u65e5\uff0c\u5143\u65e6\u5047\u671f\u521a\u8fc7\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u5fc3\u80f8\u5916\u79d1\u56e2\u961f\u5728\u5317\u6d77\u540d\u533b\u949f\u5b8f\u4e3b\u4efb\u7684\u5e26\u9886\u4e0b\uff0c\u6210\u529f\u4e3a\u4e00\u540d65\u5c81\u8001\u5e74\u5973\u6027\u60a3\u8005\u6458\u9664\u4e86\u5982\u9e45\u86cb\u822c\u5927\u5c0f\u7684\u5de6\u5fc3\u623f\u7c98\u6db2\u7624\u3002 \u636e\u53c2\u4e0e\u624b\u672f\u7684\u526f\u4e3b\u4efb\u533b\u5e08\u9648\u6587\u4ecb\u7ecd\uff0c\u8be5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5135"};
      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 () { 
          }
      });
  });
}