|
@@ -132,7 +132,7 @@
|
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true">
|
|
<tui-list-cell class="line-cell" :hover="false" :arrow="true">
|
|
|
<view class="tui-title ">发货时间</view>
|
|
<view class="tui-title ">发货时间</view>
|
|
|
<picker mode="date" :value="sendTimeWant" @change="bindDateChange" style="width:400upx;">
|
|
<picker mode="date" :value="sendTimeWant" @change="bindDateChange" style="width:400upx;">
|
|
|
- <view class="uni-input" v-if="sendTimeWant==''" style="color:#CCCCCC;">请选择日期</view>
|
|
|
|
|
|
|
+ <view class="uni-input" v-if="sendTimeWant==''" style="color:#CCCCCC;">请选择,默认当天</view>
|
|
|
<view class="uni-input">{{sendTimeWant}}</view>
|
|
<view class="uni-input">{{sendTimeWant}}</view>
|
|
|
</picker>
|
|
</picker>
|
|
|
</tui-list-cell>
|
|
</tui-list-cell>
|