diff --git a/zhiyin-app/src/pages/interview/interview.vue b/zhiyin-app/src/pages/interview/interview.vue
index d836cce..c581926 100644
--- a/zhiyin-app/src/pages/interview/interview.vue
+++ b/zhiyin-app/src/pages/interview/interview.vue
@@ -193,6 +193,8 @@ function initRecorder() {
// #endif
}
+let timerSeconds = 0
+let timerInterval = null
let MAX_QUESTIONS = 10
const progressPercent = computed(() => Math.min((answeredCount.value / MAX_QUESTIONS) * 100, 100))
const formatTime = computed(() => {
diff --git a/zhiyin-app/src/pages/user/user.vue b/zhiyin-app/src/pages/user/user.vue
index 6fe3539..6b22470 100644
--- a/zhiyin-app/src/pages/user/user.vue
+++ b/zhiyin-app/src/pages/user/user.vue
@@ -172,9 +172,12 @@
{{ tx.description }}
{{ formatTime(tx.createdAt) }}
-
- {{ tx.amount > 0 ? '+' : '' }}{{ tx.amount }}
-
+
+
+ {{ tx.amount > 0 ? '+' : '' }}{{ tx.amount }}
+
+ 余额 {{ tx.balance }}
+