edit-api-liche_step
This commit is contained in:
@@ -56,6 +56,7 @@ class Clues extends HD_Controller
|
||||
|
||||
$count = $this->clues_model->count($where);
|
||||
$lists = [];
|
||||
var_dump($count);
|
||||
if ($count) {
|
||||
$fileds = 'id,name,mobile,cf_id,status_id,c_time,admin_id,status';
|
||||
$rows = $this->clues_model->select($where, 'id desc', $page, $size, $fileds);
|
||||
|
||||
@@ -193,21 +193,21 @@ class User extends Wxapp{
|
||||
$progress_arr = [
|
||||
[
|
||||
"id" => 1,
|
||||
"title"=>"已签合同",
|
||||
"title"=>"合同签订",
|
||||
"icon"=>"icon-qiandinghetong",
|
||||
"key" => 0,
|
||||
"state"=>2//0未开启/1已开启/2当前开启
|
||||
],
|
||||
[
|
||||
"id" => 2,
|
||||
"title"=>"已交定金",
|
||||
"title"=>"定金支付",
|
||||
"icon"=>"icon-yijiaodingjin",
|
||||
"key" => 0,
|
||||
"state"=>0
|
||||
],
|
||||
[
|
||||
"id" => 3,
|
||||
"title"=>"办理按揭",
|
||||
"title"=>"按揭办理",
|
||||
"icon"=>"icon-banlianjie",
|
||||
"key" => 1,
|
||||
"state"=>0
|
||||
@@ -228,7 +228,7 @@ class User extends Wxapp{
|
||||
],
|
||||
[
|
||||
"id" => 6,
|
||||
"title"=>"已开发票",
|
||||
"title"=>"发票开具",
|
||||
"icon"=>"icon-yikaifapiao",
|
||||
"key" => 3,
|
||||
"state"=>0
|
||||
|
||||
Reference in New Issue
Block a user