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 @@