diff --git a/miniprogram/pages/meeting/reservationRecord/exhibitionRecord/detail/detail.js b/miniprogram/pages/meeting/reservationRecord/exhibitionRecord/detail/detail.js
index 1cce389..13fd0ff 100644
--- a/miniprogram/pages/meeting/reservationRecord/exhibitionRecord/detail/detail.js
+++ b/miniprogram/pages/meeting/reservationRecord/exhibitionRecord/detail/detail.js
@@ -45,7 +45,7 @@ Page({
// 时间段
detail.timeSlot = selfFormatTimeYMD(detail.startTime) + ' ' + selfFormatTimeHM(detail.startTime) + '~' + selfFormatTimeHM(detail.endDate);
// 合计时间
- detail.countTime = twoTimeInterval(detail.startTime, detail.endDate)
+ detail.countTime = twoTimeIntervalReturnHours(detail.startTime, detail.endDate)
// 颜色
let color = "#3794FF"
if (detail.status == 0) { // 待审核
diff --git a/miniprogram/pages/meeting/reservationRecord/exhibitionRecord/detail/detail.wxml b/miniprogram/pages/meeting/reservationRecord/exhibitionRecord/detail/detail.wxml
index 9d47039..c989027 100644
--- a/miniprogram/pages/meeting/reservationRecord/exhibitionRecord/detail/detail.wxml
+++ b/miniprogram/pages/meeting/reservationRecord/exhibitionRecord/detail/detail.wxml
@@ -19,7 +19,7 @@
基本信息
展厅时间
- {{detail.timeSlot}} 共计{{detail.countTime}}
+ {{detail.timeSlot}} 共计{{detail.countTime}}小时
展厅主题