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=3942&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: 1762249405,
    nonceStr: 'YoxgoF4yXoandDlD',
    signature: '766da52881e3d8250a98369bc7281f4921f83aee',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u961c\u65b0\u5e02\u4e2d\u5fc3\u533b\u9662\uff1a\u75ab\u60c5\u9632\u63a7\u7684\u575a\u5f3a\u58c1\u5792\u2014\u2014\u53d1\u70ed\u95e8\u8bca","smalltext":"\u201c\u6211\u73b0\u5728\u7ed9\u60a8\u505a\u5e38\u89c4\u7684\u4ea7\u68c0\uff0c\u6d4b\u4e00\u6d4b\u5b9d\u5b9d\u7684\u80ce\u5fc3\uff1f\u201d\u201c\u60a8\u522b\u7d27\u5f20\uff0c\u8c03\u6574\u547c\u5438\u914d\u5408\u6211\u201d\u8fd9\u662f\u5e02\u4e2d\u5fc3\u533b\u9662\u5987\u4ea7\u79d1\u533b\u751f\uff0c\u5728\u53d1\u70ed\u95e8\u8bca\u4e0e\u4e00\u4f4d\u56de\u56fd\u4e0d\u4e45\u7684\u5b55\u5987\u7684\u5bf9\u8bdd\u3002\u81ea\u65b0\u51a0\u75ab\u60c5\u7206\u53d1\u4ee5\u6765\uff0c\u5e02\u4e2d\u5fc3\u533b\u9662\u4f5c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3942"};
      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 () { 
          }
      });
  });
}