diff --git a/pages/auth/auth.vue b/pages/auth/auth.vue index 7cf722f..7acdcc8 100644 --- a/pages/auth/auth.vue +++ b/pages/auth/auth.vue @@ -10,10 +10,12 @@ - - {{ getCarrier(item.carrier_type).name }} + + {{ getCarrier(item.carrier_type).name }} + + {{ item.iccid }} @@ -179,10 +181,7 @@ } .logo-stack { - display: flex; - align-items: center; - gap: 10rpx; - width: 140rpx; + width: 88rpx; height: 88rpx; margin-top: 12rpx; flex-shrink: 0; @@ -196,8 +195,8 @@ } .slot-badge { - width: 42rpx; - height: 42rpx; + width: 40rpx; + height: 40rpx; flex-shrink: 0; } @@ -215,6 +214,12 @@ line-height: 1.3; } + .carrier-heading { + display: flex; + align-items: center; + gap: 10rpx; + } + .carrier-iccid { display: flex; align-items: center; diff --git a/pages/switch/switch.vue b/pages/switch/switch.vue index 86d56fc..1c2c065 100644 --- a/pages/switch/switch.vue +++ b/pages/switch/switch.vue @@ -10,11 +10,11 @@ - {{ getCarrier(item.carrier_type).name }} + {{ item.real_name_status === 1 ? '已实名' : '未实名' }} @@ -270,10 +270,7 @@ } .logo-stack { - display: flex; - align-items: center; - gap: 10rpx; - width: 140rpx; + width: 88rpx; height: 88rpx; margin-top: 12rpx; flex-shrink: 0; @@ -287,8 +284,8 @@ } .slot-badge { - width: 42rpx; - height: 42rpx; + width: 40rpx; + height: 40rpx; flex-shrink: 0; } diff --git a/static/13d5ded1-07af-493d-b95e-adf282ea1a21.png b/static/13d5ded1-07af-493d-b95e-adf282ea1a21.png deleted file mode 100644 index 29cd9a0..0000000 Binary files a/static/13d5ded1-07af-493d-b95e-adf282ea1a21.png and /dev/null differ diff --git a/static/asset-package-history.png b/static/asset-package-history.png index dc31aa6..ded6ec5 100644 Binary files a/static/asset-package-history.png and b/static/asset-package-history.png differ diff --git a/static/authentication.png b/static/authentication.png index 9ec1092..d700488 100644 Binary files a/static/authentication.png and b/static/authentication.png differ diff --git a/static/back.png b/static/back.png index 13e806b..3698ffc 100644 Binary files a/static/back.png and b/static/back.png differ diff --git a/static/bind-phone.png b/static/bind-phone.png index 13d18a7..cc96dda 100644 Binary files a/static/bind-phone.png and b/static/bind-phone.png differ diff --git a/static/change-phone.png b/static/change-phone.png index da329d6..e50622e 100644 Binary files a/static/change-phone.png and b/static/change-phone.png differ diff --git a/static/change-shop.png b/static/change-shop.png index 54e085a..55e1204 100644 Binary files a/static/change-shop.png and b/static/change-shop.png differ diff --git a/static/change.png b/static/change.png index dbe3836..20be02b 100644 Binary files a/static/change.png and b/static/change.png differ diff --git a/static/data.png b/static/data.png index d060e70..c2a14a5 100644 Binary files a/static/data.png and b/static/data.png differ diff --git a/static/notification.png b/static/notification.png index ccd062a..ed86a17 100644 Binary files a/static/notification.png and b/static/notification.png differ diff --git a/static/order.png b/static/order.png index 39d9126..0265349 100644 Binary files a/static/order.png and b/static/order.png differ diff --git a/static/out.png b/static/out.png index 8be454f..b386aa7 100644 Binary files a/static/out.png and b/static/out.png differ diff --git a/static/recover.png b/static/recover.png index bcec8ea..303ecb3 100644 Binary files a/static/recover.png and b/static/recover.png differ diff --git a/static/restart.png b/static/restart.png index 0860e1d..109746b 100644 Binary files a/static/restart.png and b/static/restart.png differ diff --git a/static/shop.png b/static/shop.png index 2515d7f..dfe723d 100644 Binary files a/static/shop.png and b/static/shop.png differ diff --git a/static/wallet-home.png b/static/wallet-home.png index 88c64f1..c8a09b3 100644 Binary files a/static/wallet-home.png and b/static/wallet-home.png differ