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=4037&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: 1762229440,
    nonceStr: '9ljGHQKe5kv4YzGV',
    signature: '732e165ace3f0d3c3f393946af412dc2f915f992',
    jsApiList: [    
      'checkJsApi',    
      'onMenuShareTimeline',    
      'onMenuShareAppMessage',    
      'onMenuShareQQ',    
      'onMenuShareWeibo',
    ]    
  });
  wx.ready(function () {
      var WxShareInfo = {"titlepic":"http:\/\/www.yyrw.org.cn\/e\/data\/images\/noimg.gif","title":"\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\uff1a\u8d23\u4efb\u5728\u80a9\u5c31\u5730\u8fc7\u5e74 \u6625\u6696\u82b1\u5f00\u518d\u56e2\u5706","smalltext":"\u6625\u8282\u5c06\u81f3\uff0c\u5e74\u5473\u6e10\u6d53\u30022021\u5e74\u7684\u6625\u8282\uff0c\u6ce8\u5b9a\u662f\u7279\u522b\u7684\uff0c\u5f88\u591a\u5728\u4ed6\u4e61\u5de5\u4f5c\u7684\u6e38\u5b50\uff0c\u9009\u62e9\u5c31\u5730\u8fc7\u5e74\uff0c\u5e94\u57ce\u5e02\u4eba\u6c11\u533b\u9662\u5c31\u6709\u4e00\u7fa4\u8fd9\u6837\u53ef\u7231\u53ef\u656c\uff0c\u9009\u62e9\u5c31\u5730\u8fc7\u5e74\uff0c\u575a\u5b88\u5c97\u4f4d\u7684\u767d\u8863\u6218\u58eb\uff0c\u4ed6\u4eec\u5373\u662f\u7236\u6bcd\u4eb2\u75bc\u7231\u7684\u5b69","url":"http:\/\/www.yyrw.org.cn\/e\/action\/ShowInfo.php?classid=5&id=4037"};
      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 () { 
          }
      });
  });
}