diff --git a/components/UserInfoCard.vue b/components/UserInfoCard.vue index 5822aa7..04bf72d 100644 --- a/components/UserInfoCard.vue +++ b/components/UserInfoCard.vue @@ -5,16 +5,6 @@ {{ currentCardNo || '-' }} - - ICCID: {{ deviceInfo.iccid || '-' }} - - 套餐名称:{{ deviceInfo.packageName || '-' }} 套餐到期时间:{{ deviceInfo.expireDate || '-' }} @@ -37,7 +27,6 @@ isDevice: { type: Boolean, default: true } }); - defineEmits(['copy']); diff --git a/pages/index/index.vue b/pages/index/index.vue index 0bf8161..591ae13 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1,7 +1,7 @@