This commit is contained in:
lin fan
2024-10-16 19:41:04 +08:00
parent 23ef332392
commit 81f79d031a
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ defined('BASEPATH') or exit('No direct script access allowed');
class Neta_model extends HD_Model
{
private $table_name = 'lc_neta_10';
private $table_name = 'lc_neta_101';
public function __construct()
{
+5 -3
View File
@@ -80,7 +80,7 @@ class Welcome extends CI_Controller {
foreach ($dealerCode as $d)
{
$mobiles = $this->neta_model->select(array('status' => 0), '', 1, 20);
$mobiles = $this->neta_model->select(array('status' => 0), '', 1, 500);
foreach ($mobiles as $k => $v) {
$city_id = '350200';
@@ -90,12 +90,14 @@ class Welcome extends CI_Controller {
'voId' => $voId,
'cusSource3' => '023410',//'023409'区域云店,//023410:云店营销节点 //020103太平洋
'customerName' => '客户',
'dealerCode' => $d,
'dealerCode' => '',
'fromSystem' => "好店云",
'mobile' => $v['mobile'],
'saMobile' => '',
'cusType' => '30111001',
'remark' => "",
'remark' => "国庆红包活动",
'province' => $v['p'],
'city' => $v['c'],
'intentModel' => "",
);
+2 -2
View File
@@ -191,7 +191,7 @@
>
<van-swipe-item>
<span class="font-24 bg-000-op50 ulib-r750 pt5 pb5 pl15 pr15 inline-block">
<van-icon name="point-gift" class="mr5"></van-icon>三1领取了51000元大礼包
<van-icon name="point-gift" class="mr5"></van-icon>**领取了大礼包
</span>
</van-swipe-item>
</van-swipe>
@@ -521,7 +521,7 @@
:src="info.channelHeadImg"></van-image>
<p class="font-28 mt10 text-nowrap">{{info.channelName}}</p>
</div>
<div class="text-center pl5 pr5 mt50" style="width: 100%;">
<div class="text-center pl5 pr5 mt50" style="width: 100%;" v-if="info.biz.biz_name">
<span class="bg-fff ulib-r750 inline-block pt5 pb5 pl15 pr15 font-24">车管家</span>
<p class="font-22 mt10 color-888 text-nowrap" v-if="info.biz">{{info.biz.biz_name}}</p>
</div>