Fix:4956 【管理后台】管理后台新增店铺时未修改默认营业时间数据直接保存,前端体验店的营业时间数据显示与管理后台数据不相符
This commit is contained in:
@@ -188,7 +188,7 @@ export default {
|
|||||||
distance,
|
distance,
|
||||||
latitude: lat,
|
latitude: lat,
|
||||||
longitude: lon,
|
longitude: lon,
|
||||||
businessTime: item.serviceTime && item.serviceEndTime ? `${item.serviceTime}-${item.serviceEndTime}` : (item.serviceTime || ''),
|
businessTime: item.serviceTime && item.serviceEndTime ? `${item.serviceTime}-${item.serviceEndTime}` : (item.serviceTime || '00:00-23:59'),
|
||||||
tags: item.intro || '',
|
tags: item.intro || '',
|
||||||
categoryId: this.activeCategoryId === 'all' ? 'all' : this.activeCategoryId,
|
categoryId: this.activeCategoryId === 'all' ? 'all' : this.activeCategoryId,
|
||||||
image: item.image || item.cover || '',
|
image: item.image || item.cover || '',
|
||||||
|
|||||||
Reference in New Issue
Block a user