同步代码

This commit is contained in:
唐明明
2021-09-15 17:52:30 +08:00
parent 1d81f03eea
commit 4c0308edbf
8 changed files with 542 additions and 315 deletions

View File

@@ -15,10 +15,10 @@
</view>
<view class="info">
<view class="inputs">
<label class="inputs-label">营业时间</label>
<label class="inputs-label">开店时间</label>
<picker mode="time" @change="pickerTime" :value="startTime" data-key="startTime">
<view class="time-text">
{{startTime || '选择营业时间'}}
{{startTime || '选择开店时间'}}
<uni-icons class="time-icon" type="arrowdown" size="18" color="#999"></uni-icons>
</view>
</picker>