From 9bfd968beb1641a4621c9e3649cc58f90af7fa36 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Mon, 28 Jul 2025 16:28:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=B3=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/bind/order.vue | 4 +- root/detail/apply.vue | 31 +++++++------- root/detail/userShare.vue | 102 +++++++++++++++++++++++++++++++++++++++------- 3 files changed, 103 insertions(+), 34 deletions(-) diff --git a/root/bind/order.vue b/root/bind/order.vue index f435b9e..ef9951d 100644 --- a/root/bind/order.vue +++ b/root/bind/order.vue @@ -33,7 +33,7 @@ - + @@ -400,7 +400,7 @@ export default { } uni.navigateTo({ - url: '/root/detail/user?' + that.G.objToStr(params), + url: '/root/detail/userShare?' + that.G.objToStr(params), }) } else { // 直接前往操作页 diff --git a/root/detail/apply.vue b/root/detail/apply.vue index d8a4637..df013af 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -42,7 +42,7 @@ --> - + @@ -88,18 +88,12 @@ {{ orderDetail.tel ? orderDetail.tel : "-" }} - -
- + +
+
-
- - - +
+
@@ -880,11 +874,14 @@ export default { imgs: "", userName: this.orderDetail.userName, userId: that.orderDetail.userId, - fujian:(that.orderDetail.userApplyOrderFiles && that.orderDetail.userApplyOrderFiles.length > 0) - ? - that.orderDetail.userApplyOrderFiles.map(item => { return item.url }).join(',') - : - '' + fujian: + that.orderDetail.userApplyOrderFiles && that.orderDetail.userApplyOrderFiles.length > 0 + ? that.orderDetail.userApplyOrderFiles + .map((item) => { + return item.url; + }) + .join(",") + : "", }; uni.navigateTo({ url: "/root/detail/fellow?" + that.G.objToStr(params), diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 2c418bc..3aa3521 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -1,6 +1,6 @@