diff --git a/pages/customer/filterList/index.js b/pages/customer/filterList/index.js index 338e22c..99f79c3 100644 --- a/pages/customer/filterList/index.js +++ b/pages/customer/filterList/index.js @@ -25,6 +25,7 @@ Page({ a_id:'',//活动ID level:'',//客户级别 status:'',//客户状态 + status_tp:'', }, onLoad(options) { for (let key in options) { @@ -99,6 +100,9 @@ Page({ if(this.data.status != ''){ params['status'] = this.data.status; } + if(this.data.status_tp != ''){ + params['status_tp'] = this.data.status_tp; + } _.apiQuery.getAppCustomersList(params).then(res => { this.setData({ total: res.data.total, diff --git a/pages/customer/filterList/index.wxml b/pages/customer/filterList/index.wxml index 0ce82ad..d417482 100644 --- a/pages/customer/filterList/index.wxml +++ b/pages/customer/filterList/index.wxml @@ -4,9 +4,10 @@ - - {{item.defeat}} - {{item.orders_pay}} + + {{item.tip}} + {{item.defeat}} + {{item.orders_pay}} diff --git a/pages/index/index.wxml b/pages/index/index.wxml index ce1bd9c..3d70a83 100644 --- a/pages/index/index.wxml +++ b/pages/index/index.wxml @@ -68,18 +68,18 @@ 客户跟进 - + - {{userCal.wl_count}} - 待跟进客户(人) + {{userCal.wl_count.num}} + {{userCal.wl_count.title}} - + - {{userCal.gz_count}} - 特别关注客户(人) + {{userCal.gz_count.num}} + {{userCal.gz_count.title}}