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