|
|
@@ -390,7 +390,7 @@ export default {
|
|
|
return false;
|
|
|
}
|
|
|
this.data = res.data;
|
|
|
- this.fundsData[0].value = res.data.userAsset.growth;
|
|
|
+ this.fundsData[0].value = res.data.userAsset.growth;
|
|
|
this.fundsData[1].value = res.data.userAsset.balance;
|
|
|
this.fundsData[2].value = res.data.userAsset.totalBuyNum;
|
|
|
this.fundsData[3].value = res.data.userAsset.totalExpend;
|