fix: 套餐列表支付, 非设备显示phone
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 44s

This commit is contained in:
sexygoat
2026-04-14 11:48:03 +08:00
parent 52b9027b4f
commit f634af1d65
4 changed files with 977 additions and 12 deletions

View File

@@ -8,7 +8,8 @@
<view class="flex-row-g20">
<view class="title">{{ currentCardNo || '-' }}</view>
</view>
<view class="caption">IMEI{{ deviceInfo.imei || '-' }}</view>
<view class="caption" v-if="deviceInfo.asset_type === 'device'">IMEI{{ deviceInfo.imei || '-' }}</view>
<view class="caption" v-else>手机号{{ deviceInfo.bound_phone || '-' }}</view>
</view>
<view class="tag-apple" :class="onlineStatus === '在线' ? 'tag-success' : 'tag-warning'">
{{ onlineStatus }}