feat: 跳转地址提示
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 48s

This commit is contained in:
sexygoat
2026-04-24 14:54:31 +08:00
parent a9a1a557d9
commit fad37f511c
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<view class="flex-row-g20">
<view class="title">{{ currentCardNo || '-' }}</view>
</view>
<view class="caption">到期时间{{ deviceInfo.expireDate || '-' }}</view>
<view class="caption">套餐到期时间{{ deviceInfo.expireDate || '-' }}</view>
</view>
<view v-if="isDevice" class="tag-apple" :class="onlineStatus === '在线' ? 'tag-success' : 'tag-warning'">
{{ onlineStatus }}