From 7281600f12dc879ef86d7d35bfb02fecd9beb072 Mon Sep 17 00:00:00 2001
From: cshenfu <men883234@gmail.com>
Date: 星期四, 08 六月 2023 16:39:14 +0800
Subject: [PATCH] change icon bug

---
 App.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/App.vue b/App.vue
index 52cc7b7..a138967 100755
--- a/App.vue
+++ b/App.vue
@@ -71,7 +71,8 @@
 				if (userInfo) {
 					await this.login(userInfo);
 					this.$request('/api/Member/checkNum', 'POST').then(res => {
-						userInfo.num = res.data.num // 鏇存柊鏁伴噺
+						console.log(res,"checkNumres")
+						userInfo.num = res.data.num+res.data.pay_num // 鏇存柊鏁伴噺
 						this.syncUserInfo(userInfo)
 					})
 				}

--
Gitblit v1.9.1