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=1822&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: 1761909493,
    nonceStr: 'FddinuezeUTL9o6c',
    signature: '2432bed9b2d856a54532beb8f28e5c6fc37236f5',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\uff1a\u6628\u5929\uff0c\u7559\u89c2\u75c5\u623f\u91cc\u7684\u201c\u5b69\u5b50\u201d\u8fc7\u751f\u65e5......","smalltext":"\u201c\u6211\u4eec\u5bb6\u6709\u4e2a\u5b69\u5b50\u5728\u7559\u89c2\u75c5\u623f\u91cc\u7684\uff0c\u4eca\u5929\u5979\u8fc7\u751f\u65e5\uff0c\u6211\u60f3\u7ed9\u4ed6\u9001\u7897\u9762\u6761......\u201d\u8fd9\u662f\u8001\u6bcd\u4eb2\u60f3\u7ed9\u60a3\u8005\u8fc7\u751f\u65e5\u5417\uff1f\u4e0d\u662f\uff0c\u8bf4\u8fd9\u8bdd\u7684\u662f\u6e29\u5dde\u5e02\u4e2d\u533b\u9662\u7efc\u5408\u80be\u75c5\u79d1\u62a4\u58eb\u957f\u9648\u82e5\u5982\uff0c\u5979\u6240\u8bf4\u7684\u201c\u5b69\u5b50\u201d\uff0c\u5176\u5b9e","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=1822"};
      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 () { 
          }
      });
  });
}