亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定
已解決430363個問題,去搜搜看,總會有你想問的

React - 用戶定義的JSX組件不呈現

React - 用戶定義的JSX組件不呈現

狐的傳說 2019-09-06 16:33:39
我一直在嘗試進行AJAX調用,然后在檢索完后將其添加到我的視圖中。當前代碼沒有發生任何事情。const View = () => (    <div>     <h1>Reports</h1>   <statisticsPage />    </div>);export default View;var statisticsPage = React.createClass({  getInitialState: function() {     return {info: "loading ... "};  },  componentDidMount: function() {     this.requestStatistics(1);  },  render: function() {    return (        <div>info: {this.state.info}</div>    );  },  requestStatistics:function(){      axios.get('api/2/statistics')      .then(res => {        values = res['data']        this.setState({info:1})        console.log('works!!')      });    }  })
查看完整描述

1 回答

  • 1 回答
  • 0 關注
  • 697 瀏覽
慕課專欄
更多

添加回答

舉報

0/150
提交
取消
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號