Parcourir la source

提交修改

yun
douzhuo il y a 1 an
Parent
révision
dbae715a0c
2 fichiers modifiés avec 5 ajouts et 4 suppressions
  1. +4
    -4
      pages/center/Piabodata/Userinsightinto.vue
  2. +1
    -0
      pages/mine/calibration.vue

+ 4
- 4
pages/center/Piabodata/Userinsightinto.vue Voir le fichier

@@ -195,10 +195,10 @@
}
this.$u.post("/matchKeywords/findmatchdata", parames).then(data => {
this.LOADING = false
this.numlist.push({
name:"有效接待",
num:data.total
})
// this.numlist.push({
// name:"有效接待",
// num:data.total
// })
this.efficient = data.total
this.markCount = data.markCount
this.noMarkCount = data.noMarkCount


+ 1
- 0
pages/mine/calibration.vue Voir le fichier

@@ -79,6 +79,7 @@
let param = {
keywordIds:'',
id: this.customerId,
projectId: uni.getStorageSync('buildingID').id,
}
let str = []
this.allList.map(item => {


Chargement…
Annuler
Enregistrer