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=652&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: 1762249402,
    nonceStr: 'etqnc07USyvK4UVE',
    signature: '559b5ccd9711b64e231bd6d4f4a06a969c9e044b',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4fdd\u5b9a\u5e02\u7b2c\u4e00\u4e2d\u5fc3\u533b\u9662\uff1a\u5c06\u767d\u5927\u8902\u201c\u7a7f\u201d\u5728\u5fc3\u91cc","smalltext":" \u767d\u5927\u8902\uff0c\u5305\u8574\u6cbb\u75c5\u6551\u4eba\u7684\u7231\u5fc3\uff1b\u767d\u5927\u8902\uff0c\u9971\u542b\u6551\u6b7b\u6276\u4f24\u7684\u8d23\u4efb\uff1b\u767d\u5927\u8902\uff0c\u6d53\u7f29\u4ec1\u672f\u6d4e\u4eba\u7684\u4f7f\u547d\uff1b\u5bf9\u4e8e\u4fdd\u5b9a\u5e02\u7b2c\u4e00\u4e2d\u5fc3\u533b\u9662\u5168\u4f53\u533b\u62a4\u4eba\u5458\u6765\u8bb2\uff0c\u767d\u5927\u8902\u4e0d\u4ec5\u7a7f\u5728\u8eab\u4e0a\uff0c\u66f4\u201c\u7a7f\u201d\u8fdb\u6bcf\u4e2a\u4eba\u7684\u5fc3\u91cc\u3002 6\u670822","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=652"};
      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 () { 
          }
      });
  });
}