shish 6 lat temu
rodzic
commit
cf88bc5fe2
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      store/src/admin/member/detail.vue

+ 1 - 1
store/src/admin/member/detail.vue

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