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=5018&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: 1762233494,
    nonceStr: '2tjnYrd799DczJef',
    signature: '7f64505d9df83b4c5df902941f18b3ece8dddec5',
    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\u533b\u9662\uff1a\u4ec1\u5fc3\u5999\u624b\u89e3\u75be\u82e6  \u8004\u800b\u8001\u4eba\u9001\u9526\u65d7","smalltext":"\u8fd1\u65e5\uff0c84\u5c81\u9ad8\u9f84\u8001\u5976\u5976\u7684\u5bb6\u5c5e\u5c06\u4e00\u9762\u5370\u6709\u201c\u5fb7\u533b\u53cc\u99a8 \u5e7f\u6d12\u4ec1\u7231\u201d\u7684\u9526\u65d7\u9001\u5230\u4e86\u5987\u4ea7\u79d1\u4e3b\u4efb\u9b4f\u9759\u548c\u4e3b\u6cbb\u533b\u5e08\u59dc\u4f76\u624b\u4e2d\uff0c\u611f\u8c22\u5979\u4eec\u53ca\u5168\u4f53\u5987\u4ea7\u79d1\u533b\u62a4\u4eba\u5458\u7684\u7cbe\u5fc3\u6cbb\u7597\u548c\u4f18\u8d28\u670d\u52a1\u3002\u9001\u9526\u65d7\u7684\u8001","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=5018"};
      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 () { 
          }
      });
  });
}