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=4084&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: 1762228993,
    nonceStr: 'DyA9C5gQdjRy0mai',
    signature: 'b8233fca679f3849ee579f9dbb7d96166f13da08',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u7ecf\u5386\u56db\u6b21\u6d41\u4ea7\uff0c\u5979\u7ec8\u4e8e\u8fce\u6765\u4e86\u81ea\u5df1\u7684\u5b69\u5b50","smalltext":"\u8fd1\u65e5\uff0c\u51fa\u96622\u4e2a\u591a\u6708\u7684\u5434\u5973\u58eb\uff08\u5316\u540d\uff09\u518d\u6b21\u56de\u5230\u5317\u6d77\u5e02\u4eba\u6c11\u533b\u9662\u4ea7\u79d1\uff0c\u7ed9\u590f\u7231\u534e\u526f\u4e3b\u4efb\u548c\u6f58\u81a8\u8fdc\u4e3b\u6cbb\u533b\u5e08\u9001\u67652\u9762\u9526\u65d7\uff0c\u611f\u8c22\u5979\u4eec\u5706\u4e86\u5979\u7684\u201c\u6bcd\u4eb2\u68a6\u201d\u3002\u539f\u6765\uff0c31\u5c81\u7684\u5434\u5973\u58eb\uff08\u5316\u540d\uff09\u4e00\u76f4\u68a6\u60f3\u7740\u80fd\u6709\u81ea\u5df1","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4084"};
      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 () { 
          }
      });
  });
}