|
|
@ -143,7 +143,7 @@ |
|
|
limit: per_page |
|
|
limit: per_page |
|
|
}).then(res => { |
|
|
}).then(res => { |
|
|
this.isRefresher = false; |
|
|
this.isRefresher = false; |
|
|
this.walletBalance = res.data.income |
|
|
|
|
|
|
|
|
this.walletBalance = res.data.income || 0 |
|
|
let isPage = res.data.has_more_page; |
|
|
let isPage = res.data.has_more_page; |
|
|
tab_item.isPage = isPage; |
|
|
tab_item.isPage = isPage; |
|
|
if(!isPage){ |
|
|
if(!isPage){ |
|
|
|