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=3922&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: 1762249409,
    nonceStr: 'q6guPRYh41yltxAP',
    signature: '3819fef669d9968cb431420c56df2a8336b25b53',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6210\u90fd\u5e02\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\uff1a31\u5468\u65e9\u4ea7\u5b9d\u5b9d\u201c\u95ef\u5173\u201d\u6210\u529f\uff0c\u8981\u56de\u5bb6\u5566","smalltext":"\u7d27\u6025\u6551\u6cbb\u5728\u5988\u5988\u809a\u5b50\u91cc\u53ea\u5f85\u4e8631\u5468\u96f66\u5929\u7684\u5b9d\u5b9d\u7740\u6025\u5730\u8981\u5411\u8fd9\u4e2a\u4e16\u754c\u95ee\u597d\u4e86\u3002\u5f53\u65b0\u90fd\u533a\u4eba\u6c11\u533b\u9662\u65b0\u751f\u513f\u79d1\u63a5\u5230\u4ea7\u79d1\u8fd9\u4e2a\u7d27\u6025\u7535\u8bdd\u65f6\uff0c\u7acb\u5373\u6d3e\u51fa\u9a6c\u660c\u76db\u4e3b\u6cbb\u533b\u5e08\u548c\u65b0\u751f\u513f\u62a4\u58eb\u7ec4\u6210\u7684\u590d\u82cf\u5c0f","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=3922"};
      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 () { 
          }
      });
  });
}