|
|
@@ -507,6 +507,14 @@ export default {
|
|
|
this.withdrawalCountData.totalSuccessTax =
|
|
|
res.data.totalSuccessTax || 0;
|
|
|
this.withdrawalCountData.totalSuccess = res.data.totalSuccess || 0;
|
|
|
+ this.withdrawalCountData.totalSuccessMayRecharge =
|
|
|
+ res.data.totalSuccessMayRecharge || 0;
|
|
|
+ this.withdrawalCountData.totalSuccessDeveloperMayGet =
|
|
|
+ res.data.totalSuccessDeveloperMayGet || 0;
|
|
|
+ this.withdrawalCountData.totalWaitConfirmMayRecharge =
|
|
|
+ res.data.totalWaitConfirmMayRecharge || 0;
|
|
|
+ this.withdrawalCountData.totalWaitConfirmDeveloperMayGet =
|
|
|
+ res.data.totalWaitConfirmDeveloperMayGet || 0;
|
|
|
this.pageInfo.page = res.data.page * 1;
|
|
|
this.pageInfo.total = res.data.total * 1;
|
|
|
}
|