fix: ICCID
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 2m12s

This commit is contained in:
luo
2026-08-05 16:44:02 +08:00
parent 9f07f9d0ef
commit 1451cc83ff

View File

@@ -5,6 +5,7 @@
<view class="flex-row-g20">
<view class="title">{{ currentCardNo || '-' }}</view>
</view>
<view v-if="!isDevice" class="caption">ICCID{{ deviceInfo.iccid || '-' }}</view>
<view class="caption">套餐名称{{ deviceInfo.packageName || '-' }}</view>
<view class="caption" :class="{ 'expiry-warning': isExpiring }">
套餐到期时间{{ deviceInfo.expireDate || '-' }}