From 1451cc83ff777b200f529ec4403b8c74ff951585 Mon Sep 17 00:00:00 2001 From: luo Date: Wed, 5 Aug 2026 16:44:02 +0800 Subject: [PATCH] fix: ICCID --- components/UserInfoCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/components/UserInfoCard.vue b/components/UserInfoCard.vue index f1b13cb..bca2bf2 100644 --- a/components/UserInfoCard.vue +++ b/components/UserInfoCard.vue @@ -5,6 +5,7 @@ {{ currentCardNo || '-' }} + ICCID:{{ deviceInfo.iccid || '-' }} 套餐名称:{{ deviceInfo.packageName || '-' }} 套餐到期时间:{{ deviceInfo.expireDate || '-' }}