自提订单取货码放到最上面

master
gongfuxiang 2025-08-12 22:48:35 +08:00
parent ad54882da2
commit 666de15ca0
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@
<view class="br-b padding-bottom-main fw-b text-size">{{$t('user-order-detail.user-order-detail.o38952')}}</view>
<view class="panel-content oh tc padding-top-main">
<view :data-value="detail.extraction_data.code" @tap="text_copy_event">
<text class="fw-b cr-black text-size-xxl va-m">{{ detail.extraction_data.code || $t("user-order-detail.user-order-detail.hpq62x") }}</text>
<text class="fw-b cr-black text-size-xl va-m">{{ detail.extraction_data.code || $t("user-order-detail.user-order-detail.hpq62x") }}</text>
<text class="bg-white br-green cr-green round padding-horizontal-sm text-size-xs va-m margin-left">{{$t('common.copy')}}</text>
</view>
<image v-if="(detail.extraction_data.images || null) != null" class="qrcode br radius margin-top-xs" :src="detail.extraction_data.images" mode="aspectFill"></image>

View File

@ -7,7 +7,7 @@
<view class="br-b padding-bottom-main fw-b text-size">{{$t('user-order-detail.user-order-detail.o38952')}}</view>
<view class="panel-content oh tc padding-top-main">
<view :data-value="detail.extraction_data.code" @tap="text_copy_event">
<text class="fw-b cr-black text-size-xxl va-m">{{ detail.extraction_data.code || $t("user-order-detail.user-order-detail.hpq62x") }}</text>
<text class="fw-b cr-black text-size-xl va-m">{{ detail.extraction_data.code || $t("user-order-detail.user-order-detail.hpq62x") }}</text>
<text class="bg-white br-green cr-green round padding-horizontal-sm text-size-xs va-m margin-left">{{$t('common.copy')}}</text>
</view>
<image v-if="(detail.extraction_data.images || null) != null" class="qrcode br radius margin-top-xs" :src="detail.extraction_data.images" mode="aspectFill"></image>