1111111
This commit is contained in:
@@ -63,13 +63,15 @@
|
||||
|
||||
|
||||
<view
|
||||
style="display: flex;flex-direction: row;align-items: center;justify-content: center;margin-top: 1;">
|
||||
style="display: flex;flex-direction: row;align-items: center;justify-content: center;margin-top: 16px;">
|
||||
<text
|
||||
style="font-size: 14px;color: #000; font-weight: 600;font-family: sans-serif; flex: 1;">提货时间</text>
|
||||
|
||||
<uni-datetime-picker type="date" v-model="info.reserveDate" :start="info.start"
|
||||
<uni-datetime-picker type="date" v-model="info.reserveDate" :start="info.start" :clearIcon="false" :border="false"
|
||||
:end="info.end" :disabledDate="disabledDate" />
|
||||
|
||||
<image src="../../static/right_icon.png"
|
||||
style="width: 15px;height: 15px;margin-left: 5px;">
|
||||
</image>
|
||||
</view>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user