From b920f9813d247e5c18677395c58281b00bef89cc Mon Sep 17 00:00:00 2001
From: 陶杰 <1378534974@qq.com>
Date: 星期三, 08 一月 2025 09:07:11 +0800
Subject: [PATCH] 1.订单支付倒计时配置 2.服务热线配置
---
sub_pages/customer/self/feedback.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/sub_pages/customer/self/feedback.vue b/sub_pages/customer/self/feedback.vue
index ee79494..bb521df 100644
--- a/sub_pages/customer/self/feedback.vue
+++ b/sub_pages/customer/self/feedback.vue
@@ -2,9 +2,10 @@
<view class="follow-page">
<no-data v-if="!list||list.length===0" style="width: 100%;"></no-data>
- <view v-else style="min-height: 80vh;">
+ <view v-else style="min-height: 80vh;" class="p20">
<view class="follow-item m-b-40 flex" v-for="(item,index) of list" :key="index">
<view class="info">
+ <view class="name">投诉反馈类型:{{ item.typeStr || item.type || '-'}}</view>
<view class="name">投诉反馈内容:{{ item.feedBack || '-'}}</view>
<view class="name">提交时间:{{ item.createTime || '-' }}</view>
</view>
@@ -156,6 +157,7 @@
}).catch(res => {
that.$message.hideLoading()
console.error(res)
+ that.$message.showToast('文件上传失败,请联系管理员')
})
}
}
--
Gitblit v1.9.3