|
|
@@ -9,10 +9,96 @@ definePage({
|
|
|
},
|
|
|
})
|
|
|
const activeStep = ref(0)
|
|
|
+const showTime = ref(false)
|
|
|
+const TimeId = ref()
|
|
|
+const dayId = ref(1)
|
|
|
</script>
|
|
|
|
|
|
<template>
|
|
|
- <view class="page-xsb pt20rpx">
|
|
|
+ <view class="page-xsb pt20rpx" :style="`overflow:${showTime ? 'hidden' : 'visible'};`">
|
|
|
+ <view class="mb24rpx">
|
|
|
+ <wd-card>
|
|
|
+ <view class="py24rpx">
|
|
|
+ <view class="text-32rpx text-#222 font-semibold">
|
|
|
+ 待填写配送信息
|
|
|
+ </view>
|
|
|
+ <view class="mt20rpx text-24rpx text-#AAAAAA">
|
|
|
+ 申请已通过,请在47时59分内,填写配送信息并支付配送费
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </wd-card>
|
|
|
+ </view>
|
|
|
+ <view class="mb24rpx">
|
|
|
+ <wd-card>
|
|
|
+ <view class="py24rpx">
|
|
|
+ <view class="text-32rpx text-#222 font-semibold">
|
|
|
+ 配送信息
|
|
|
+ </view>
|
|
|
+ <view class="mt24rpx flex items-center justify-between" @click="showTime = true">
|
|
|
+ <view class="text-28rpx">
|
|
|
+ <text class="text-#FF4D3A">
|
|
|
+ *
|
|
|
+ </text>
|
|
|
+ <text class="text-#222">
|
|
|
+ 取件时间
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="flex items-center text-#AAAAAA">
|
|
|
+ 请选择时间 <wd-icon name="chevron-right" size="22px" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="mt24rpx flex items-center justify-between">
|
|
|
+ <view class="text-28rpx">
|
|
|
+ <text class="text-#FF4D3A">
|
|
|
+ *
|
|
|
+ </text>
|
|
|
+ <text class="text-#222">
|
|
|
+ 取件地址
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="flex items-center text-#222">
|
|
|
+ 富力中心A座3401
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="mt24rpx flex items-center justify-between">
|
|
|
+ <view />
|
|
|
+ <view class="flex items-center text-#222">
|
|
|
+ 杨先生 189****4678
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="mt24rpx flex items-center justify-between">
|
|
|
+ <view class="text-28rpx">
|
|
|
+ <text class="text-#FF4D3A">
|
|
|
+ *
|
|
|
+ </text>
|
|
|
+ <text class="text-#222">
|
|
|
+ 退货方式
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="flex items-center text-#222">
|
|
|
+ 上门取件
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="mt24rpx h2rpx w-full bg-#F0F0F0" />
|
|
|
+ <view class="mt28rpx text-28rpx text-#222 font-semibold">
|
|
|
+ 请支付配送费 <text class="text-32rpx text-#FF4D3A">
|
|
|
+ ¥12
|
|
|
+ </text>
|
|
|
+ </view>
|
|
|
+ <view class="mt24rpx text-24rpx text-#AAAAAA">
|
|
|
+ <view> 1.因个人原因退货,需客户承担商品返还商家的运费</view>
|
|
|
+ <view class="mt20rpx">
|
|
|
+ 2.请确保商品不影响二次销售,否则商家会拒绝收货
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="mt24rpx w-full">
|
|
|
+ <wd-button block>
|
|
|
+ 立即支付
|
|
|
+ </wd-button>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </wd-card>
|
|
|
+ </view>
|
|
|
<wd-card>
|
|
|
<view class="py24rpx">
|
|
|
<view class="text-32rpx text-#222 font-semibold">
|
|
|
@@ -113,29 +199,32 @@ const activeStep = ref(0)
|
|
|
<view class="mt24rpx h2rpx w-full bg-#F0F0F0" />
|
|
|
</template>
|
|
|
<CollapsePanel :line-height="150">
|
|
|
- <view v-for="item in 5" :key="item" class="mb20rpx w-full flex items-center">
|
|
|
- <view class="mr20rpx w120rpx flex-shrink-0">
|
|
|
- <image
|
|
|
- :src="`${StaticUrl}/shu.png`"
|
|
|
- class="h120rpx w120rpx"
|
|
|
- />
|
|
|
- </view>
|
|
|
- <view class="flex-1">
|
|
|
- <view class="w-full flex items-center justify-between font-semibold">
|
|
|
- <view class="text-28rpx">
|
|
|
- 赶海季生鲜大闸蟹
|
|
|
+ <view v-for="item in 5" :key="item" class="mb20rpx">
|
|
|
+ <view class="w-full flex items-center">
|
|
|
+ <view class="mr20rpx w120rpx flex-shrink-0">
|
|
|
+ <image
|
|
|
+ :src="`${StaticUrl}/shu.png`"
|
|
|
+ class="h120rpx w120rpx"
|
|
|
+ />
|
|
|
+ </view>
|
|
|
+ <view class="flex-1">
|
|
|
+ <view class="w-full flex items-center justify-between font-semibold">
|
|
|
+ <view class="text-28rpx">
|
|
|
+ 赶海季生鲜大闸蟹
|
|
|
+ </view>
|
|
|
+ <view class="text-32rpx text-#FF4D3A">
|
|
|
+ ¥103.95
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="text-32rpx text-#FF4D3A">
|
|
|
- ¥103.95
|
|
|
+ <view class="text-24rpx text-#AAAAAA">
|
|
|
+ 规格:5kg,盒
|
|
|
+ </view>
|
|
|
+ <view class="text-24rpx text-#AAAAAA">
|
|
|
+ 单价:¥1.8
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view class="text-24rpx text-#AAAAAA">
|
|
|
- 规格:5kg,盒
|
|
|
- </view>
|
|
|
- <view class="text-24rpx text-#AAAAAA">
|
|
|
- ×1
|
|
|
</view>
|
|
|
</view>
|
|
|
+ <view class="mt24rpx h2rpx w-full bg-#F0F0F0" />
|
|
|
</view>
|
|
|
</CollapsePanel>
|
|
|
|
|
|
@@ -170,15 +259,8 @@ const activeStep = ref(0)
|
|
|
<view class="text-28rpx font-semibold">
|
|
|
合计:
|
|
|
</view>
|
|
|
- <view class="flex items-center">
|
|
|
- <view class="text-24rpx text-#AAAAAA">
|
|
|
- 总计54 共减14
|
|
|
- </view>
|
|
|
- <view class="ml8rpx text-28rpx text-#FF4D3A font-semibold">
|
|
|
- <text class="text-#222">
|
|
|
- 实付款
|
|
|
- </text> ¥54.00
|
|
|
- </view>
|
|
|
+ <view class="ml8rpx text-28rpx text-#FF4D3A font-semibold">
|
|
|
+ ¥54.00
|
|
|
</view>
|
|
|
</view>
|
|
|
</template>
|
|
|
@@ -241,6 +323,50 @@ const activeStep = ref(0)
|
|
|
</wd-card>
|
|
|
</view>
|
|
|
<view class="h30rpx" />
|
|
|
+ <Zpopup v-model="showTime" bg="#fff">
|
|
|
+ <view class="px24rpx py28rpx">
|
|
|
+ <view class="text-center text-32rpx font-semibold">
|
|
|
+ 选择收件时间
|
|
|
+ </view>
|
|
|
+ <view class="mt24rpx flex items-center rounded-16rpx bg-#ffead1 px24rpx py12rpx text-28rpx">
|
|
|
+ <wd-icon name="info-circle-filled" size="22px" color="#FF941A" />
|
|
|
+ <view class="ml16rpx text-28rpx">
|
|
|
+ 请您确保选择的时间,配送员能收到货。
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="flex">
|
|
|
+ <view class="w250rpx">
|
|
|
+ <scroll-view scroll-y class="mt24rpx h400rpx">
|
|
|
+ <view v-for="item in 10" :key="item" :class="[dayId == item ? 'text-[var(--them-color)]' : 'text-#222']" class="mb28rpx h60rpx flex items-center justify-center" @click="dayId = item">
|
|
|
+ 11月29日(今天)
|
|
|
+ </view>
|
|
|
+ <view class="h20rpx" />
|
|
|
+ </scroll-view>
|
|
|
+ </view>
|
|
|
+
|
|
|
+ <view class="flex-1">
|
|
|
+ <scroll-view scroll-y class="mt24rpx box-border h400rpx pl50rpx">
|
|
|
+ <view v-for="item in 10" :key="item" class="mb28rpx box-border h60rpx w-full flex items-center" :class="[TimeId == item ? 'text-[var(--them-color)]' : 'text-#222']" @click="TimeId = item">
|
|
|
+ <view>12:00-14:00(8.7元配送费)</view>
|
|
|
+ <view class="ml20rpx h32rpx w32rpx">
|
|
|
+ <image
|
|
|
+ v-if="TimeId == item"
|
|
|
+ :src="`${StaticUrl}/checked.png`"
|
|
|
+ class="ml20rpx h32rpx w32rpx"
|
|
|
+ />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="h20rpx" />
|
|
|
+ </scroll-view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <template #footer>
|
|
|
+ <wd-button block>
|
|
|
+ 确定
|
|
|
+ </wd-button>
|
|
|
+ </template>
|
|
|
+ </Zpopup>
|
|
|
</view>
|
|
|
</template>
|
|
|
|