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=4119&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: 1762228934,
    nonceStr: '1cycYKGs85opTj0K',
    signature: '5e9c14317ddbf88bfd683fc2a3802842a329f228',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u8d35\u9633\u5e02\u7b2c\u4e8c\u4eba\u6c11\u533b\u9662\uff1a\u60a8\u7684\u5065\u5eb7\u5c31\u662f\u6211\u4eec\u7684\u4ef7\u503c","smalltext":"\u5f20\u7237\u7237\u662f\u4e00\u4f4d91\u5c81\u9ad8\u9f84\u5e76\u8eab\u60a3\u80be\u764c\u7684\u9000\u4f11\u6587\u5316\u5c40\u8001\u515a\u5458\uff0c\u5df2\u7ecf\u9000\u4f1150\u5e74\u7684\u4ed6\u552f\u4e00\u4e0d\u53d8\u7684\u4e60\u60ef\u5c31\u662f\u8981\u5728\u8863\u670d\u4e0a\u522b\u4e0a\u90a3\u679a\u4ee4\u4ed6\u6df1\u7231\u5e76\u9a84\u50b2\u7684\u515a\u5fbd\u3002\u4ed6\u4e3a\u4eba\u548c\u5584\uff0c\u9762\u76ee\u6148\u7231\uff0c\u5b50\u5973\u5b5d\u987a\uff0c\u6b63\u4eab\u5929\u4f26\u4e4b\u4e50","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4119"};
      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 () { 
          }
      });
  });
}