1.home元件要顯示使用者總數、商品總數和訂單總數,資料請求後端的 /manage/statistic/base_count.do介面,返回的是
//頁面掛載之後請求資料
componentdidmount()
loadcount(), errmsg => ); }
2.把資料渲染到頁面上
首頁" />
row">
col-md-4">
/user" classname="color-box brown">
count">
desc">
fa fa-user-o">
使用者總數
col-md-4">
/product" classname="color-box green">
count">
desc">
fa fa-list">
商品總數
col-md-4">
/order" classname="color-box blue">
count">
desc">
fa fa-check-square-o">
訂單總數
更多專業前端知識,請上
【猿2048】www.mk2048.com
React後台管理系統 訂單管理
1.訂單管理頁面和商品管理頁面類似,都是乙個搜尋元件 列表元件 2.搜尋框search元件 import react from react class listsearch extends react.component 資料變化的時候 onvaluechange e onsearch 輸入關鍵字後...
React後台管理系統 訂單管理
1.訂單管理頁面和商品管理頁面類似,都是乙個搜尋元件 列表元件 2.搜尋框search元件 import react from react class listsearch extends react.component 資料變化的時候 onvaluechange e onsearch 輸入關鍵字後...
React後台管理系統 使用者列表頁面
1.頁面的結構 遍歷list,返回資料 let listbody this.state.list.map user,index 當this.state.list.length 0,第一次載入的時候firstloading true,顯示 正在載入資料 當this.state.list.length ...