Fix:4984 【商城小程序】体验券订单详情页,体验店店铺信息-营业时间数据获取错误
This commit is contained in:
@@ -145,13 +145,7 @@ export default {
|
||||
return this.orderInfo.experienceOrderStatus === 2
|
||||
},
|
||||
formattedBusinessTime() {
|
||||
if (this.orderInfo && this.orderInfo.experienceItemInfo) {
|
||||
const { validityStartTime, validityEndTime } = this.orderInfo.experienceItemInfo
|
||||
if (validityStartTime && validityEndTime) {
|
||||
return `${this.formatTimestamp(validityStartTime)}~${this.formatTimestamp(validityEndTime)}`
|
||||
}
|
||||
}
|
||||
return this.orderInfo.businessTime || ''
|
||||
return this.orderInfo.serviceTime + '~' + this.orderInfo.serviceEndTime || ''
|
||||
}
|
||||
},
|
||||
onLoad(options) {
|
||||
|
||||
Reference in New Issue
Block a user