|
@@ -22,25 +22,64 @@
|
|
<view v-else @click="navigateAddress" class="address">
|
|
<view v-else @click="navigateAddress" class="address">
|
|
<app-order-submit-row>
|
|
<app-order-submit-row>
|
|
<view v-if="previewData.address">
|
|
<view v-if="previewData.address">
|
|
- <view class="dir-left-nowrap mb-12">
|
|
|
|
- <view class="box-grow-1">收货人: {{previewData.address.name}}</view>
|
|
|
|
- <view class="box-grow-0">{{previewData.address.mobile}}</view>
|
|
|
|
|
|
+ <!-- <view class="dir-left-nowrap mb-12">
|
|
|
|
+ <view class="box-grow-1">参训人: {{previewData.address.name}}</view>
|
|
|
|
+ <view class="box-grow-0">电话: {{previewData.address.mobile}}</view>
|
|
</view>
|
|
</view>
|
|
- <view class="mb-12">
|
|
|
|
|
|
+ <view class="mb-12">
|
|
收货地址:
|
|
收货地址:
|
|
{{previewData.address.province}}
|
|
{{previewData.address.province}}
|
|
{{previewData.address.city}}
|
|
{{previewData.address.city}}
|
|
{{previewData.address.district}}
|
|
{{previewData.address.district}}
|
|
{{previewData.address.detail}}
|
|
{{previewData.address.detail}}
|
|
|
|
+ </view> -->
|
|
|
|
+ <!-- <view class="dir-left-nowrap mb-12">
|
|
|
|
+ <view class="box-grow-1">性别: {{previewData.address.name}}</view>
|
|
|
|
+ <view class="box-grow-0">年龄: {{previewData.address.mobile}}</view>
|
|
</view>
|
|
</view>
|
|
|
|
+ <view class="dir-left-nowrap mb-12">
|
|
|
|
+ <view class="box-grow-1">体重: {{previewData.address.name}}</view>
|
|
|
|
+ <view class="box-grow-0">年龄: {{previewData.address.mobile}}</view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="dir-left-nowrap mb-12">
|
|
|
|
+ <view class="box-grow-1">身高: {{previewData.address.name}}</view>
|
|
|
|
+ <view class="box-grow-0">身份证号码: {{previewData.address.mobile}}</view>
|
|
|
|
+ </view> -->
|
|
|
|
+ <view class="felx-three">
|
|
|
|
+ <view class="box-grow-2">
|
|
|
|
+ 参训人: 诸葛村夫
|
|
|
|
+ </view>
|
|
|
|
+ <view class="box-grow-3">
|
|
|
|
+ 性别: 男
|
|
|
|
+ </view>
|
|
|
|
+ <view class="box-grow-4">
|
|
|
|
+ 联系电话: 13985840801
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="felx-three">
|
|
|
|
+ <view class="box-grow-2">
|
|
|
|
+ 年龄: 100
|
|
|
|
+ </view>
|
|
|
|
+ <view class="box-grow-3">
|
|
|
|
+ 体重: 男
|
|
|
|
+ </view>
|
|
|
|
+ <view class="box-grow-4">
|
|
|
|
+ 身高: 13985840801
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
|
|
+ <view class="felx-three">
|
|
|
|
+ <view class="box-grow-5">
|
|
|
|
+ 身份证号码: 51300198808080018
|
|
|
|
+ </view>
|
|
|
|
+ </view>
|
|
</view>
|
|
</view>
|
|
<view v-else>请选择收货地址</view>
|
|
<view v-else>请选择收货地址</view>
|
|
<view v-if="previewData.has_ziti" class="ziti-tip" :class="[`${theme}-color`]">
|
|
<view v-if="previewData.has_ziti" class="ziti-tip" :class="[`${theme}-color`]">
|
|
(收货地址中的手机号码将用于自提信息)
|
|
(收货地址中的手机号码将用于自提信息)
|
|
</view>
|
|
</view>
|
|
- <view slot="footer">
|
|
|
|
|
|
+ <!-- <view slot="footer">
|
|
<image class="bottom-image" :src="appImg.common.address_bottom"></image>
|
|
<image class="bottom-image" :src="appImg.common.address_bottom"></image>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
</app-order-submit-row>
|
|
</app-order-submit-row>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
@@ -52,7 +91,7 @@
|
|
|
|
|
|
<view class="mch-name">{{mch.mch.name}}</view>
|
|
<view class="mch-name">{{mch.mch.name}}</view>
|
|
|
|
|
|
- <view v-if="mch.show_delivery !== false" class="dir-left-nowrap cross-center delivery">
|
|
|
|
|
|
+<!-- <view v-if="mch.show_delivery !== false" class="dir-left-nowrap cross-center delivery">
|
|
<view class="box-grow-1">配送方式</view>
|
|
<view class="box-grow-1">配送方式</view>
|
|
<view class="box-grow-0">
|
|
<view class="box-grow-0">
|
|
<view v-for="(sendType, sendTypeIndex) in mch.delivery.send_type_list"
|
|
<view v-for="(sendType, sendTypeIndex) in mch.delivery.send_type_list"
|
|
@@ -63,7 +102,7 @@
|
|
{{sendType.name}}
|
|
{{sendType.name}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
<view class="pick-up cross-center" v-if="!mch.pick_up_enable">
|
|
<view class="pick-up cross-center" v-if="!mch.pick_up_enable">
|
|
<view>以下商品满{{mch.pick_up_price}}元起送</view>
|
|
<view>以下商品满{{mch.pick_up_price}}元起送</view>
|
|
@@ -165,7 +204,7 @@
|
|
</view> -->
|
|
</view> -->
|
|
</view>
|
|
</view>
|
|
|
|
|
|
- <view v-if="mch.show_express_price !== false">
|
|
|
|
|
|
+<!-- <view v-if="mch.show_express_price !== false">
|
|
<app-order-submit-row :show-nav="false" :showBorder="false">
|
|
<app-order-submit-row :show-nav="false" :showBorder="false">
|
|
<view class="dir-left-nowrap">
|
|
<view class="dir-left-nowrap">
|
|
<view class="box-grow-1">运费</view>
|
|
<view class="box-grow-1">运费</view>
|
|
@@ -179,7 +218,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</app-order-submit-row>
|
|
</app-order-submit-row>
|
|
- </view>
|
|
|
|
|
|
+ </view> -->
|
|
<view v-if="mch.order_form && mch.order_form.status == '1'">
|
|
<view v-if="mch.order_form && mch.order_form.status == '1'">
|
|
<app-diy-form :title="mch.order_form.name"
|
|
<app-diy-form :title="mch.order_form.name"
|
|
:list="mch.order_form.value"
|
|
:list="mch.order_form.value"
|
|
@@ -784,7 +823,39 @@
|
|
$borderColor: $uni-weak-color-one;
|
|
$borderColor: $uni-weak-color-one;
|
|
$xWidth: #{24rpx};
|
|
$xWidth: #{24rpx};
|
|
$yWidth: #{24rpx};
|
|
$yWidth: #{24rpx};
|
|
-
|
|
|
|
|
|
+ .felx-three{
|
|
|
|
+ display: flex;
|
|
|
|
+ align-items: center;
|
|
|
|
+ justify-content: space-around;
|
|
|
|
+ .box-grow-2, .box-grow-3, .box-grow-4{
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: rgba(100,100,100,1);
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ }
|
|
|
|
+ .box-grow-2{
|
|
|
|
+ width: 30%;
|
|
|
|
+ }
|
|
|
|
+ .box-grow-3{
|
|
|
|
+ width: 30%;
|
|
|
|
+ }
|
|
|
|
+ .box-grow-4{
|
|
|
|
+ width: 40%;
|
|
|
|
+ }
|
|
|
|
+ .box-grow-5{
|
|
|
|
+ width: 100%;
|
|
|
|
+ font-size: 24rpx;
|
|
|
|
+ font-family: Source Han Sans CN;
|
|
|
|
+ font-weight: 400;
|
|
|
|
+ color: rgba(100,100,100,1);
|
|
|
|
+ overflow: hidden;
|
|
|
|
+ text-overflow: ellipsis;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
+ }
|
|
|
|
+ }
|
|
.pick-up {
|
|
.pick-up {
|
|
margin-top: #{20rpx};
|
|
margin-top: #{20rpx};
|
|
background: #fff4f3;
|
|
background: #fff4f3;
|
|
@@ -919,6 +990,10 @@
|
|
}
|
|
}
|
|
|
|
|
|
.goods-name {
|
|
.goods-name {
|
|
|
|
+ font-size:24rpx !important;
|
|
|
|
+ font-family:Source Han Sans CN;
|
|
|
|
+ font-weight:400;
|
|
|
|
+ color:rgba(72,72,72,1);
|
|
height: #{84rpx};
|
|
height: #{84rpx};
|
|
line-height: #{42rpx};
|
|
line-height: #{42rpx};
|
|
display: -webkit-box;
|
|
display: -webkit-box;
|
|
@@ -985,6 +1060,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.remark {
|
|
.remark {
|
|
|
|
+ height: 339rpx;
|
|
background: #fff;
|
|
background: #fff;
|
|
border-bottom: #{1rpx} solid $borderColor;
|
|
border-bottom: #{1rpx} solid $borderColor;
|
|
padding: 0 #{12rpx};
|
|
padding: 0 #{12rpx};
|