@@ -121,16 +153,28 @@ const vipImgeSrc = computed(() => {
(100 Đ=100,000 VND)
-
-
100/100
+
{{ userInfo?.score }}/100
Điểm tín nhiệm
-
diff --git a/src/components/mine/Personalreport.vue b/src/components/mine/Personalreport.vue
index f9f17c4..bd1968d 100644
--- a/src/components/mine/Personalreport.vue
+++ b/src/components/mine/Personalreport.vue
@@ -27,7 +27,7 @@ const { userInfo } = storeToRefs(userStore);
Số lượng nhiệm vụ(Đ)
{{ formatNumber(userInfo.money) }}Đ
- Công thức tính lợi nhuận: số tiền thắng - số tiền nhiệm vụ
+ Công thức tính lợi nhuận: số điểm thắng - số điểm nhiệm vụ
@@ -39,7 +39,7 @@ const { userInfo } = storeToRefs(userStore);
{{ formatNumber(userInfo?.moneyDeposit ?? 0) }}Đ
-
Số tiền nạp
+
Số điểm nạp
@@ -49,7 +49,7 @@ const { userInfo } = storeToRefs(userStore);
{{ formatNumber(userInfo?.moneyWin ?? 0) }}Đ
-
Số tiền chiến thắng
+
Số điểm chiến thắng
diff --git a/src/components/setting/Info.vue b/src/components/setting/Info.vue
index add7f66..f92c862 100644
--- a/src/components/setting/Info.vue
+++ b/src/components/setting/Info.vue
@@ -43,14 +43,14 @@ const { userInfo } = storeToRefs(userStore);