From fcddc9352827f6d99286d2a85f6f9fc033fa7e7a Mon Sep 17 00:00:00 2001 From: jscyl_mac <13849007907@163.com> Date: Thu, 3 Jul 2025 09:31:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- root/detail/apply.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/root/detail/apply.vue b/root/detail/apply.vue index 1d9e439..f2696ec 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -370,7 +370,7 @@ - + @@ -389,6 +389,7 @@ export default { }, data() { return { + rid:0, recommendList:[], shareModal:{ isShow:false, @@ -611,6 +612,11 @@ export default { uni.removeStorageSync('order_oid') uni.removeStorageSync('order_relationId') console.log("工单详情:", res); + if(res.prevRecordId){ + that.rid = res.prevRecordId; + }else{ + that.rid = that.relationId; + } // return; console.log("res", res); res = { ...res.applyOrder, ...res };