This commit is contained in:
2024-03-01 17:47:44 +08:00
parent 2eb92c14f9
commit 73a486c2c6
12 changed files with 307 additions and 148 deletions

View File

@@ -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>