From 6c9b14104a0d366593ea1892d5d3498747a3cc8f Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Sat, 9 Mar 2024 10:45:48 +0800 Subject: [PATCH] 0309 --- home/controllers/Welcome.php | 8 ++++---- home/controllers/h5/market/sylive2/Stic.php | 4 ++-- home/views/h5/market/sylive2/act/share.php | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/home/controllers/Welcome.php b/home/controllers/Welcome.php index c08106a4..19d228d3 100644 --- a/home/controllers/Welcome.php +++ b/home/controllers/Welcome.php @@ -16,11 +16,11 @@ class Welcome extends CI_Controller { //测试地址 //$url = 'https://salespp-sit.hozonauto.com/appservice/app/if/salesclue/createSalesclue'; - $name = '龙岩客户'; //客户姓名 - $mobile = '13055853631';//客户手机 + $name = '是什么'; //客户姓名 + $mobile = '17779515292';//客户手机 - $comments = '100690'; //门店编码 - $samobile = '13600983210';//销售手机 + $comments = '101252'; //门店编码 + $samobile = '13790011910';//销售手机 $city_id = '350200'; $voId = $city_id . date('mdHis') . sprintf("%06d", rand(1,999999)); diff --git a/home/controllers/h5/market/sylive2/Stic.php b/home/controllers/h5/market/sylive2/Stic.php index 47907451..dac134f5 100644 --- a/home/controllers/h5/market/sylive2/Stic.php +++ b/home/controllers/h5/market/sylive2/Stic.php @@ -112,8 +112,8 @@ class Stic extends Admin ]; $kgw_total = $this->mdSytActivityKpiData->count($where, "cfUserId"); $h_lists[] = ['title' => '参与门店', 'num' => "{$biz_total}个"]; - $h_lists[] = ['title' => '参与顾问', 'num' => "{$gw_total}个"]; - $h_lists[] = ['title' => '开工顾问', 'num' => "{$kgw_total}个"]; + $h_lists[] = ['title' => '参与顾问', 'num' => "{$gw_total}人"]; + $h_lists[] = ['title' => '开工顾问', 'num' => "{$kgw_total}人"]; $h_lists[] = ['title' => '开工率', 'num' => $gw_total ? round($kgw_total / $gw_total * 100, 2) . "%" : 0]; //我的 $where = [ diff --git a/home/views/h5/market/sylive2/act/share.php b/home/views/h5/market/sylive2/act/share.php index cc930ae6..26cb076a 100644 --- a/home/views/h5/market/sylive2/act/share.php +++ b/home/views/h5/market/sylive2/act/share.php @@ -137,7 +137,7 @@ codeimg.onload = function () { ctx.fillStyle=that.fillStyle; ctx.textAlign="center"; - ctx.font="22px Georgia"; + ctx.font="24px Georgia"; ctx.fillText(that.posterTip,that.canW/2,that.canH-34,); ctx.drawImage(codeimg,that.canW-200, that.canH-240, 160, 160) setTimeout(function () {