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=611&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: 1762228935,
    nonceStr: 'bLRQd79tZ11DN4rm',
    signature: '4414514df54e68fa462b22ac177381fb312864c6',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u6e56\u5317\u7701\u4e2d\u5c71\u533b\u9662\uff1a\u4e00\u6b21\u9700\u8981\u52c7\u6c14\u548c\u6bc5\u529b\u7684\u6362\u836f","smalltext":"     \u201c\u62a4\u58eb!\u62a4\u58eb!\u8d76\u7d27\u5e2e\u6211\u4eec\u5904\u7406\u4e00\u4e0b!\u201d\u4e00\u9635\u547c\u53eb\u58f0\u6253\u7834\u4e86\u7701\u4e2d\u5c71\u533b\u9662\u80bf\u7624\u79d1\u75c5\u623f\u7684\u5b81\u9759\uff0c\u968f\u7740\u5e73\u8f66\u7684\u63a8\u52a8\u58f0\uff0c\u4e00\u80a1\u96be\u95fb\u7684\u81ed\u5473\u4e5f\u968f\u4e4b\u800c\u6765\u3002\u5927\u5bb6\u5faa\u58f0\u671b\u53bb\uff0c\u4e00\u4f4d\u60a3\u8005\u6b63\u8eba\u5728\u75c5\u5e8a\u4e0a\u75db\u82e6\u547b","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=611"};
      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 () { 
          }
      });
  });
}