From 0519c75793dcff494d353098afddcddd1a13f491 Mon Sep 17 00:00:00 2001 From: corala <18339694416@163.com> Date: Wed, 27 Jul 2022 14:29:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BC=A0=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/consumer/consumerDetail.vue | 4 ++-- pages/mine/details2.vue | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/center/consumer/consumerDetail.vue b/pages/center/consumer/consumerDetail.vue index 6f154e0..393fe05 100644 --- a/pages/center/consumer/consumerDetail.vue +++ b/pages/center/consumer/consumerDetail.vue @@ -518,12 +518,12 @@ if (res[0].merge == 0) { let newobj = res[0]; uni.navigateTo({ - url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"2"}` + url: `/pages/mine/details2?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=2&wordFraction=${this.customerInfo.wordFraction}` }) } else { let newobj = res[0]; uni.navigateTo({ - url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=${"1"}` + url: `/pages/mine/details?customerId=${newobj.customerId}&status=${newobj.status}&stateisshow=1&wordFraction=${this.customerInfo.wordFraction}` }) } }) diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index f63e48d..daa7711 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -634,7 +634,7 @@ this.status = options.status; this.customerId = options.customerId; - this.KeyWordsfraction = options.wordFraction||0; + this.KeyWordsfraction = options.wordFraction=='undefined'?options.wordFraction:0; this.itemobj = uni.getStorageSync('searchobj'); console.log(this.itemobj) this.stateisshow = options.stateisshow;