diff --git a/admin/views/receiver/order/get/ckinfo.php b/admin/views/receiver/order/get/ckinfo.php
index 25b22b9a..762294cd 100644
--- a/admin/views/receiver/order/get/ckinfo.php
+++ b/admin/views/receiver/order/get/ckinfo.php
@@ -261,7 +261,7 @@
onclick="del_img('data','car_auth_img','')">x
-
@@ -277,7 +277,7 @@
-
+
diff --git a/api/controllers/plan/Licheb.php b/api/controllers/plan/Licheb.php
index 40a49c03..ba21bb9a 100644
--- a/api/controllers/plan/Licheb.php
+++ b/api/controllers/plan/Licheb.php
@@ -227,7 +227,7 @@ class Licheb extends HD_Controller
$visit_count = $this->mdCustomerVisitData->count_visit($where_v);
if ($visit_count) {//发送短信
- b2m_send_sms($value['mobile'], '【理车宝】您好,今天共有 '.$visit_count.' 个客户需要回访,线索来之不易,请及时跟进~');
+ b2m_send_sms($value['mobile'], '【理车宝】您好,今天共有 '.$visit_count.' 个客户需要回访,客户线索来之不易,请及时跟进~');
$log[] = array('id' => $id, 'mobile' => $value['mobile'], 'count' => $visit_count);
}
}
diff --git a/api/controllers/wxapp/licheb/Customers.php b/api/controllers/wxapp/licheb/Customers.php
index 1228f11b..c5d71a83 100644
--- a/api/controllers/wxapp/licheb/Customers.php
+++ b/api/controllers/wxapp/licheb/Customers.php
@@ -115,7 +115,7 @@ class Customers extends Wxapp
'name' => ['value' => $row['name'], 'cn' => '客户姓名'],
'mobile' => ['value' => $this->get_mobile(['mobile' => $row['mobile'], 'of_id' => $row['of_id'], 'of2_id' => $row['of2_id']]), 'cn' => '客户电话'],
// 'c_brand' => $row['c_brand'],
- 'of_id' => ['value' => $of_title, 'of_id' => intval($row['of_id']), 'of2_id' => intval($row['of2_id']), 'cn' => '线索来源', 'edit_status' => $edit_status],
+ 'of_id' => ['value' => $of_title, 'of_id' => intval($row['of_id']), 'of2_id' => intval($row['of2_id']), 'cn' => '客户来源', 'edit_status' => $edit_status],
'buy_time' => ['value' => $row['buy_time'], 'cn' => '预计购车时间'],
'wxgr' => $row['wxgr'],
'wxgrimg' => $row['wxgrimg'],
@@ -1083,7 +1083,7 @@ class Customers extends Wxapp
if ($status == 1) {//跟进客户
$tabs = [['name' => '本日新增跟进', 'id' => 1], ['name' => '逾期未跟进', 'id' => 3]];
} else if ($status == 3) {
- $tabs = [['name' => '今日', 'id' => 1], ['name' => '本月线索', 'id' => 2]];
+ $tabs = [['name' => '今日', 'id' => 1], ['name' => '本月客户', 'id' => 2]];
} else if ($status == 4) {
$tabs = [['name' => '今日', 'id' => 1], ['name' => '本月企v', 'id' => 2]];
} else if ($status == 5) {
diff --git a/api/controllers/wxapp/licheb/User.php b/api/controllers/wxapp/licheb/User.php
index 0f9386cd..c9ab44c7 100644
--- a/api/controllers/wxapp/licheb/User.php
+++ b/api/controllers/wxapp/licheb/User.php
@@ -238,11 +238,11 @@ class User extends Wxapp
//授权
if (!is_null($encrypted)) {
if (!$encrypted || !$iv) {
- throw new Exception('授权失败', API_CODE_INVILD_PARAM);
+ throw new Exception('授权失败,请重启小程序进行尝试', API_CODE_INVILD_PARAM);
}
$wxdata = $this->wx_data($encrypted, $iv);
if (!$wxdata) {
- throw new Exception('授权失败', API_CODE_FAIL);
+ throw new Exception('授权失败,请重启小程序进行尝试', API_CODE_FAIL);
}
$openid = $wxdata['openId'];
$nickname = $wxdata['nickName'];
@@ -419,7 +419,7 @@ class User extends Wxapp
$where_month_defeat = ['biz_id' => $biz_id, 'status>=' => 0, 'cs_biz_id<>' => -1,
"id in(select customer_id from lc_receiver_customer_oplogs where type=7 and uid in({$str_uids}) and c_time>=" . strtotime($s_month) . " and c_time<=" . strtotime($e_month) . ")" => null];
$statistics = [
- ['today' => ['title' => '今日', 'value' => $this->customers_model->count($where_today_xs), 'url' => '/pages/customer/filterList/index?status=3&visit=3&title=线索']
+ ['today' => ['title' => '今日', 'value' => $this->customers_model->count($where_today_xs), 'url' => '/pages/customer/filterList/index?status=3&visit=3&title=客户']
, 'month' => ['title' => '本月客户', 'value' => $this->customers_model->count($where_month_xs)]],
['today' => ['title' => '今日', 'value' => $this->customers_model->count($where_today_dd), 'url' => '/pages/customer/filterList/index?status=5&visit=5&title=到店']
, 'month' => ['title' => '本月到店', 'value' => $this->customers_model->count($where_month_dd)]],