瀏覽代碼

提交修改

yun
douzhuo 2 年之前
父節點
當前提交
dbae715a0c
共有 2 個文件被更改,包括 5 次插入4 次删除
  1. +4
    -4
      pages/center/Piabodata/Userinsightinto.vue
  2. +1
    -0
      pages/mine/calibration.vue

+ 4
- 4
pages/center/Piabodata/Userinsightinto.vue 查看文件

@@ -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 查看文件

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


Loading…
取消
儲存