@@ -10,10 +10,12 @@
|
||||
<view class="carrier-main">
|
||||
<view class="logo-stack">
|
||||
<image class="carrier-logo" :src="getCarrier(item.carrier_type).logo" mode="aspectFit"></image>
|
||||
<image v-if="item.isDevice" class="slot-badge" :src="getSlotIcon(item.slot_position)" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="carrier-details">
|
||||
<view class="carrier-name">{{ getCarrier(item.carrier_type).name }}</view>
|
||||
<view class="carrier-heading">
|
||||
<view class="carrier-name">{{ getCarrier(item.carrier_type).name }}</view>
|
||||
<image v-if="item.isDevice" class="slot-badge" :src="getSlotIcon(item.slot_position)" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="carrier-iccid">
|
||||
<text class="iccid-value-text">{{ item.iccid }}</text>
|
||||
<view class="copy-icon" @tap.stop="copyIccid(item.iccid)" aria-label="复制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;
|
||||
|
||||
@@ -10,11 +10,11 @@
|
||||
<view class="carrier-main">
|
||||
<view class="logo-stack">
|
||||
<image class="carrier-logo" :src="getCarrier(item.carrier_type).logo" mode="aspectFit"></image>
|
||||
<image class="slot-badge" :src="getSlotIcon(item.slot_position)" mode="aspectFit"></image>
|
||||
</view>
|
||||
<view class="carrier-details">
|
||||
<view class="carrier-heading">
|
||||
<view class="carrier-name">{{ getCarrier(item.carrier_type).name }}</view>
|
||||
<image class="slot-badge" :src="getSlotIcon(item.slot_position)" mode="aspectFit"></image>
|
||||
<view class="carrier-statuses">
|
||||
<up-tag :type="item.real_name_status === 1 ? 'primary' : 'success'" size="mini">
|
||||
{{ 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;
|
||||
}
|
||||
|
||||
|
||||
|
Before Width: | Height: | Size: 1.1 MiB |
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 241 KiB |
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 223 KiB |
BIN
static/back.png
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 296 KiB |
|
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 219 KiB |
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 266 KiB |
|
Before Width: | Height: | Size: 2.4 MiB After Width: | Height: | Size: 233 KiB |
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 359 KiB |
BIN
static/data.png
|
Before Width: | Height: | Size: 2.0 MiB After Width: | Height: | Size: 292 KiB |
|
Before Width: | Height: | Size: 1.6 MiB After Width: | Height: | Size: 273 KiB |
BIN
static/order.png
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 244 KiB |
BIN
static/out.png
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 223 KiB |
|
Before Width: | Height: | Size: 2.1 MiB After Width: | Height: | Size: 253 KiB |
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 215 KiB |
BIN
static/shop.png
|
Before Width: | Height: | Size: 2.3 MiB After Width: | Height: | Size: 208 KiB |
|
Before Width: | Height: | Size: 2.5 MiB After Width: | Height: | Size: 279 KiB |