Browse Source

日志优化

newStyle
风继续吹 1 year ago
parent
commit
318be5b099
4 changed files with 4 additions and 2 deletions
  1. +1
    -1
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue
  2. +1
    -0
      pages/center/prohibited/details.vue
  3. +1
    -0
      pages/mine/details.vue
  4. +1
    -1
      pages/mine/details2.vue

+ 1
- 1
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue View File

@@ -480,7 +480,7 @@

onLoad(options) {
this.customerId = options.customerId;
this.addLookingCount(options.customerId)
this.$zaudio.autoPlay = true
//注意: 不同的回调方法, 相同的业务函数方法名, 不会相互影响;
this.$zaudio.on('stop', this.ACTION, () => {


+ 1
- 0
pages/center/prohibited/details.vue View File

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


+ 1
- 0
pages/mine/details.vue View File

@@ -293,6 +293,7 @@
this.itemobj = uni.getStorageSync('searchobj');
this.stateisshow = options.stateisshow;

this.addLookingCount(options.customerId)
this.$zaudio.autoPlay = true

//注意: 不同的回调方法, 相同的业务函数方法名, 不会相互影响;


+ 1
- 1
pages/mine/details2.vue View File

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


Loading…
Cancel
Save