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=4186&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: 1762228932,
    nonceStr: 'ouwpwGM56zNmy1nE',
    signature: '11646134b761d4ee458ea59164894ae862c3f6ca',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u4e50\u5c71\u5e02\u7cbe\u536b\u4e2d\u5fc3:"\u6625\u8015\u201c\u519c\u7597\u201d\u6d3b\u52a8\u4fa7\u8bb0","smalltext":"\u65f6\u95f4\u592a\u7626\uff0c\u6307\u7f1d\u592a\u5bbd\uff0c\u8f6c\u773c\u53c8\u5230\u4e86\u6625\u6696\u82b1\u5f00\u7684\u4e09\u6708\u3002\u5728\u8fd9\u64ad\u79cd\u5e0c\u671b\u7684\u5b63\u8282\u91cc\uff0c\u5927\u5730\u590d\u59cb\uff0c\u4e07\u7269\u590d\u82cf\uff0c\u72b9\u5982\u98ce\u666f\u4e00\u822c\uff0c\u7115\u53d1\u51fa\u751f\u673a\u52c3\u52c3\u7684\u6d3b\u529b\u30023\u670816\u65e5\u4e0b\u5348\uff0c\u5728\u4e50\u5c71\u5e02\u7cbe\u795e\u536b\u751f\u4e2d\u5fc3\u8001\u9662\u533a\u91cc\uff0c\u533b\u62a4\u548c\u75c5","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4186"};
      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 () { 
          }
      });
  });
}