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=3724&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: 1762265988,
    nonceStr: 'coFUbhS4nkMNrR5r',
    signature: '863e3e4267e58123f1b2d09745c55be5922be02c',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u7ef5\u9633\u5e02\u6e38\u4ed9\u533a\u4fdd\u5065\u9662\uff1a\u54d1\u5973\u751f\u4ea7\u8bb0","smalltext":"\u91d1\u79cb\u5341\u6708\uff0c\u4e39\u6842\u98d8\u9999\u3002\u56db\u5ddd\u7701\u7ef5\u9633\u5e02\u6e38\u4ed9\u533a\u4fdd\u5065\u9662\u4ea7\u79d1\u5206\u5a29\u5ba4\u5185\u4e00\u53f0\u65e0\u58f0\u80dc\u6709\u58f0\u7684\u5256\u5bab\u4ea7\u624b\u672f\u6084\u7136\u8fdb\u884c\u3002\u4f34\u968f\u7740\u4e00\u9635\u6251\u9f3b\u6842\u82b1\u9999\uff0c\u201c\u54c7\u201d\u7684\u4e00\u58f0\uff0c\u4e00\u4e2a\u65b0\u751f\u547d\u8bde\u751f\u4e86\u3002\u5c31\u5728\u65b0\u751f\u547d\u8bde\u751f\u524d\uff0c\u6211\u4eec","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3724"};
      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 () { 
          }
      });
  });
}