优化内容+修复bug
This commit is contained in:
@@ -58,6 +58,10 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<view class="info-label">预约时间</view>
|
||||
<view class="info-value">{{repairInfo.orderDate}}</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<!-- 联系物业按钮 -->
|
||||
@@ -81,6 +85,7 @@ const repairInfo = ref({
|
||||
title: '',
|
||||
description: '',
|
||||
phone: '',
|
||||
orderDate:'',
|
||||
time: '',
|
||||
images: []
|
||||
})
|
||||
@@ -111,6 +116,7 @@ const mapData = (data) => {
|
||||
title: data.item || '',
|
||||
description: (data.problem || '').replace(/\\n/g, '\n'),
|
||||
phone: data.phone || '',
|
||||
orderDate: data.orderDate || '',
|
||||
time: data.createTime || '',
|
||||
images
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user