|
|
@@ -172,9 +172,9 @@
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true">
|
|
|
- <view class="tui-title">{{ book == 1 ? '发货日期' : '配送日期'}}</view>
|
|
|
+ <view class="tui-title">送货日期</view>
|
|
|
<picker mode="date" :value="form.sendTimeWant" @change="bindDateChange" style="width:400upx;">
|
|
|
- <view class="uni-input" v-if="form.sendTimeWant==''" style="color:#CCCCCC;">请选择,默认当天</view>
|
|
|
+ <view class="uni-input" v-if="form.sendTimeWant==''" style="color:#CCCCCC;">请选择,默认当天或隔天</view>
|
|
|
<view class="uni-input">{{form.sendTimeWant}}</view>
|
|
|
</picker>
|
|
|
</tui-list-cell>
|