0313
This commit is contained in:
@@ -117,8 +117,8 @@ class Clues extends HD_Controller
|
||||
),
|
||||
'100755' => array(
|
||||
'biz' => '湛江大众城',
|
||||
'sa' => '钟龙',
|
||||
'mobile' => '13822587759'
|
||||
'sa' => '盘进雅',
|
||||
'mobile' => '13822586605'
|
||||
),
|
||||
'100739' => array(
|
||||
'biz' => '阳江辉能',
|
||||
|
||||
@@ -16,25 +16,25 @@ class Welcome extends CI_Controller {
|
||||
//测试地址
|
||||
//$url = 'https://salespp-sit.hozonauto.com/appservice/app/if/salesclue/createSalesclue';
|
||||
|
||||
$name = '惠州客户'; //客户姓名
|
||||
$mobile = '18319926298';//客户手机
|
||||
$name = '哥不是传说'; //客户姓名
|
||||
$mobile = '13696869574';//客户手机
|
||||
|
||||
$comments = '101043'; //门店编码
|
||||
$samobile = '15999955547';//销售手机
|
||||
$comments = '101252'; //门店编码
|
||||
$samobile = '13790011910';//销售手机
|
||||
|
||||
$city_id = '350200';
|
||||
$voId = $city_id . date('mdHis') . sprintf("%06d", rand(1,999999));
|
||||
|
||||
$data[] = array(
|
||||
'voId' => $voId,
|
||||
'cusSource3' => '023409',
|
||||
'cusSource3' => '021511',//'023409',
|
||||
'customerName' => $name,
|
||||
'dealerCode' => $comments,
|
||||
'fromSystem' => "好店云",
|
||||
'mobile' => $mobile,
|
||||
'saMobile' => $samobile,
|
||||
'cusType' => '30111001',
|
||||
'remark' => "加微信,不要打电话",
|
||||
'remark' => "",
|
||||
'intentModel' => "哪吒AYA",
|
||||
);
|
||||
|
||||
|
||||
@@ -86,7 +86,7 @@ class Ucenter extends Wx{
|
||||
'title' => $winTypeItem['tag'],
|
||||
'goods' => $winTypeItem['title'],
|
||||
'is_writeoff' => $val['winUseStatus']==2 ? 1 : 0,
|
||||
'msg' => '* 2月5日-2月29日在哪吒汽车华南大区购买指定车型,即可领取礼品。', //中奖礼品需提车后才能享受
|
||||
'msg' => '* 在2024年3月31日前在当地门店选购派电科技直播间参奖车型,即可领取礼品!', //中奖礼品需提车后才能享受
|
||||
'courierNo' => $ck_jsondata['courierNo']
|
||||
];
|
||||
}
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
<div class="bg-fff" id="app" ref="app">
|
||||
<div class="container" v-if="info.screenDisplay==1">
|
||||
<div class="absolute box-center box-1460-720 bg-no-repeat bg-size-fullwidth bg-pos-top" :style="bgImg">
|
||||
<div class="absolute box-center pt60 font-50 text-bold color-000 text-italic">
|
||||
<div class="absolute box-center font-50 text-bold color-fff text-italic">
|
||||
{{topTitle}}
|
||||
</div>
|
||||
<div class="maincontent ulib-r20 overflowhidden">
|
||||
|
||||
Reference in New Issue
Block a user