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=3669&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: 1762264152,
    nonceStr: 'A3owYCDbwRiCbaJ9',
    signature: 'c1a59239ff4750d21731c21d64cc9faad79a6d65',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u201c\u5fd9\uff0c\u6ca1\u7a7a\uff0c\u6ca1\u5174\u8da3\u201d\u4e09\u5341\u6765\u5c81\u7684\u6b66\u6c49\u5c0f\u4f19\u62d2\u7edd\u604b\u7231\uff0c\u539f\u56e0\u7adf\u662f\u2026\u2026","smalltext":"       \u5bb6\u4f4f\u785a\u53e3\u7684\u5f90\u963f\u59e8\u6700\u8fd1\u5f88\u53d1\u6101\uff0c\u56e0\u4e3a\u4e00\u5411\u61c2\u4e8b\u7684\u513f\u5b50\u7a81\u7136\u53d8\u4e86\u3002     \u201c\u6211\u4e2a\u6027\u86ee\u6d3b\u6cfc\uff0c\u6211\u513f\u5b50\u672c\u6765\u4e5f\u662f\u3002\u201d\u5f90\u963f\u59e8\u8bf4\uff0c\u513f\u5b50\u5c0f\u674e\u4eca\u5e74\u4e09\u5341\u51fa\u5934\uff0c\u5728\u4e00\u5bb6\u4e0d\u9519\u7684\u4f01\u4e1a\u5de5\u4f5c\u3002\u53ef\u6700\u8fd1\u5979\u53d1\u73b0","url":"http:\/\/yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3669"};
      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 () { 
          }
      });
  });
}