From 318be5b0999f655ff1e00d414a8d86802b8fd937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E7=BB=A7=E7=BB=AD=E5=90=B9?= <17611323298@163.com> Date: Thu, 23 Mar 2023 13:57:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/Piabodata/Customerportrait/Receivedetailabout.vue | 2 +- pages/center/prohibited/details.vue | 1 + pages/mine/details.vue | 1 + pages/mine/details2.vue | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue index a5fde87..96c768d 100644 --- a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue +++ b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue @@ -480,7 +480,7 @@ onLoad(options) { this.customerId = options.customerId; - + this.addLookingCount(options.customerId) this.$zaudio.autoPlay = true //注意: 不同的回调方法, 相同的业务函数方法名, 不会相互影响; this.$zaudio.on('stop', this.ACTION, () => { diff --git a/pages/center/prohibited/details.vue b/pages/center/prohibited/details.vue index aa58056..beb0272 100644 --- a/pages/center/prohibited/details.vue +++ b/pages/center/prohibited/details.vue @@ -333,6 +333,7 @@ onLoad(option) { this.status = option.status; this.customerId = option.customerId; + this.addLookingCount(option.customerId) this.stateisshow = option.stateisshow; this.itemobj = uni.getStorageSync('searchobj'); if (option.isMerge) this.isMerge = option.isMerge diff --git a/pages/mine/details.vue b/pages/mine/details.vue index 8ceefbc..67bac97 100644 --- a/pages/mine/details.vue +++ b/pages/mine/details.vue @@ -293,6 +293,7 @@ this.itemobj = uni.getStorageSync('searchobj'); this.stateisshow = options.stateisshow; + this.addLookingCount(options.customerId) this.$zaudio.autoPlay = true //注意: 不同的回调方法, 相同的业务函数方法名, 不会相互影响; diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 317dcbf..c1a99af 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -784,7 +784,7 @@ this.itemobj = uni.getStorageSync('searchobj'); this.stateisshow = options.stateisshow; this.wordFraction = options.wordFraction == 'undefined' ? 0 : options.wordFraction; - + this.addLookingCount(options.customerId) this.visitParams.id = options.customerId; this.$zaudio.autoPlay = true if (options.refresh) this.refresh = options.refresh