shish hace 6 años
padre
commit
cf88bc5fe2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;
         }
         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;