Fix:4956 【管理后台】管理后台新增店铺时未修改默认营业时间数据直接保存,前端体验店的营业时间数据显示与管理后台数据不相符
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
<view style="display: flex; align-items: center; margin-right: 16rpx; border-radius: 44rpx;">
|
||||
<view style="border-radius: 44rpx 0 0 44rpx;font-size: 24rpx; color: #fff; background-color: #C52733; height: 44rpx; display: flex; align-items: center; padding: 0 20rpx; position: relative; z-index: 1;">营业时间</view>
|
||||
<view style="font-size: 24rpx; color: #333; background-color: #fff; border: 2rpx solid #C52733; border-radius: 44rpx; height: 44rpx; display: flex; align-items: center; padding: 0 20rpx 0 16rpx; box-sizing: border-box; margin-left: -20rpx; position: relative; z-index: 2;">
|
||||
{{ project.serviceTime || '00:00' }}~{{ project.serviceEndTime || '24:00' }}
|
||||
{{ project.serviceTime || '00:00' }}~{{ project.serviceEndTime || '23:59' }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="license-tag" @click="handleViewLicense">营业执照</view>
|
||||
|
||||
Reference in New Issue
Block a user