|
@@ -483,7 +483,7 @@ export default {
|
|
|
withdrawingPrice: "",
|
|
|
recentProfitList: [] // 近期利润列表
|
|
|
};
|
|
|
- if (res.data.isSuccess) {
|
|
|
+ if (res.data.success) {
|
|
|
let sum = 0;
|
|
|
this.UserData = res.data.result;
|
|
|
res.data.result.dailyProfitList.forEach((item, index) => {
|