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=4071&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: 1762228933,
    nonceStr: 'rEH0i5aU0neYpYEj',
    signature: '3821f9ba42c23ad18ee3a7657bdad267adc2416f',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7528\u5fc3\u5e94\u5bf9\u624b\u672f\u9ad8\u5cf0\u671f","smalltext":" \u8fd1\u65e5\uff0c\u5e02\u4eba\u6c11\u533b\u9662\u9ebb\u9189\u79d1\u8282\u540e\u8fce\u6765\u624b\u672f\u9ad8\u5cf0\uff0c12\u4e2a\u624b\u672f\u95f4\uff0c\u9664\u7559\u4e0b\u4e00\u4e2a\u6025\u8bca\u5907\u7528\u8d1f\u538b\u624b\u672f\u95f4\u5916\uff0c\u5176\u4f5911\u4e2a\u624b\u672f\u95f4\u5168\u90e824\u5c0f\u65f6\u6295\u5165\u4f7f\u7528\u30022\u670822\u65e5\uff0c\u5355\u65e5\u624b\u672f\u4f8b\u6570\u8fbe\u5230\u4e8659\u53f0\uff0c\u521b\u5386\u53f2\u65b0\u9ad8\u3002\u5f53\u5929\uff0c\u624b\u672f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4071"};
      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 () { 
          }
      });
  });
}