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