|
|
|
@ -25,8 +25,8 @@ |
|
|
|
<view class="lf-row-between lf-p-30 lf-p-l-32 lf-p-r-32 lf-font-28"> |
|
|
|
<view class="lf-color-black">收货时间</view> |
|
|
|
<picker mode="date" :value="date" @change="pickerChange"> |
|
|
|
<view class="lf-color-555 lf-text-right" style="width: 400rpx;" v-if="first_time">{{ '请选择收货时间...' }}</view> |
|
|
|
<view class="lf-color-555 lf-text-right" style="width: 400rpx;" v-else>{{ date }}</view> |
|
|
|
<!-- <view class="lf-color-555 lf-text-right" style="width: 400rpx;">{{ '请选择收货时间...' }}</view> --> |
|
|
|
<view class="lf-color-555 lf-text-right" style="width: 400rpx;">{{ date }}</view> |
|
|
|
</picker> |
|
|
|
</view> |
|
|
|
<self-line></self-line> |
|
|
|
|