Browse Source

挖掘

newyun
corala 1 year ago
parent
commit
b15fdc7f83
3 changed files with 578 additions and 305 deletions
  1. +2
    -0
      config.js
  2. +1
    -1
      pages/center/records/index.vue
  3. +575
    -304
      pages/index/consumer/index.vue

+ 2
- 0
config.js View File

@@ -42,6 +42,8 @@ var config = {
cmmentList:`${host}/comment/list`,
// 新增评论
saveCmment:`${host}/comment/saveCmment`,
// 获取客户来源列表
sourceList: `${host}/customer/sourceList`,
// 新增文件评论
saveCmmentUpload:`${host}/comment/upload`,
// 点赞


+ 1
- 1
pages/center/records/index.vue View File

@@ -711,7 +711,7 @@
})
})
},
//select接待顾问
actionSelectCallback(e) {
if(e[0].label=='全部'){
this.counselorName = '接待顾问'


+ 575
- 304
pages/index/consumer/index.vue
File diff suppressed because it is too large
View File


Loading…
Cancel
Save