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=4678&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: 1762233498,
    nonceStr: 'oq74fsGSJXW1z9iZ',
    signature: '946e2c66299630e10449b3dafc7d843b22ef6c85',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u70df\u53f0\u51e4\u51f0\u53f0\u533b\u9662\uff1a\u9006\u6d41\u800c\u4e0a\u7684\u6700\u7f8e\u516c\u536b\u4eba","smalltext":"\u8fd9\u4e2a8\u6708\uff0c\u6709\u4e2a\u4e0d\u6613\u7684\u5f00\u7aef\uff0c\u9762\u5bf9\u75ab\u60c5\u7684\u5377\u571f\u91cd\u6765\uff0c\u70df\u53f0\u4ece8\u67083\u65e5\u5f00\u542f\u5168\u5458\u6838\u9178\u68c0\u6d4b\uff0c\u4ece\u65e5\u51fa\u5230\u65e5\u843d\uff0c\u65e0\u6570\u7684\u533b\u62a4\u4eba\u5458\u7528\u81ea\u5df1\u7684\u8eab\u8eaf\u518d\u4e00\u6b21\u625b\u8d77\u6297\u51fb\u75ab\u60c5\u7684\u8270\u5de8\u4f7f\u547d\u3002        \u9664\u4e86\u90a3\u4e9b\u4e0d\u5206\u663c\u591c","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4678"};
      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 () { 
          }
      });
  });
}