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=3526&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: 1762265989,
    nonceStr: 'I7DvbQp8PH0Rq2me',
    signature: 'ccbeb5d7da6ef0da93543f56b4ce8691dc4a0184',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\uff1a\u5f00\u8bbe\u6bcd\u5a74\u5ba4\uff0c\u7ed9\u4e88\u5988\u5988\u8d34\u5fc3\u5173\u7231","smalltext":"\u6566\u5316\u5e02\u4e2d\u533b\u9662\u5728\u95e8\u8bca\u6ce8\u5c04\u5ba4\u5efa\u7acb\u4e00\u4e2a\u6e29\u99a8\u7684\u89d2\u843d--\u6bcd\u5a74\u5ba4\uff0c\u6de1\u84dd\u8272\u7684\u62c9\u5e18\uff0c\u5e72\u51c0\u8212\u9002\u7684\u5a74\u513f\u5e8a\uff0c\u4f9b\u5b9d\u8d1d\u66f4\u6362\u5c3f\u5e03\u3001\u88ab\u8925\u7684\u5e73\u53f0\uff0c\u6e29\u99a8\u9759\u8c27\uff0c\u8d70\u5eca\u53ca\u5ba4\u5185\u90fd\u8bbe\u6709\u9192\u76ee\u7684\u8def\u5f84\u6307\u793a\u6807\uff0c\u65b9\u4fbf\u6613\u5bfb\uff0c\u8fd8\u6709\u6e29\u67d4\u7684\u62a4\u58eb\u963f\u59e8\u505a\u5f15\u5bfc\uff0c\u5b9d\u5b9d\u548c\u5988\u5988\u611f\u53d7\u5230\u4e86\u6765\u81ea\u4e2d\u533b\u9662\u4eba\u7684\u8d34\u5fc3\u5173\u7231\u3002","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3526"};
      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 () { 
          }
      });
  });
}