自提订单取货码放到最上面
parent
ad54882da2
commit
666de15ca0
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue