neta0205
This commit is contained in:
@@ -16,11 +16,11 @@ class Welcome extends CI_Controller {
|
||||
//测试地址
|
||||
//$url = 'https://salespp-sit.hozonauto.com/appservice/app/if/salesclue/createSalesclue';
|
||||
|
||||
$name = '超级化妆品销售达人'; //客户姓名
|
||||
$mobile = '13625834316';//客户手机
|
||||
$name = '佳味鲜羊肉羊肚火锅'; //客户姓名
|
||||
$mobile = '15606956260';//客户手机
|
||||
|
||||
$comments = '100647'; //门店编码
|
||||
$samobile = '18923392948';//销售手机
|
||||
$comments = '100690'; //门店编码
|
||||
$samobile = '13600983210';//销售手机
|
||||
|
||||
$city_id = '350200';
|
||||
$voId = $city_id . date('mdHis') . sprintf("%06d", rand(1,999999));
|
||||
|
||||
@@ -86,6 +86,7 @@ class Ucenter extends Wx{
|
||||
'title' => $winTypeItem['tag'],
|
||||
'goods' => $winTypeItem['title'],
|
||||
'is_writeoff' => $val['winUseStatus']==2 ? 1 : 0,
|
||||
'msg' => '* 2月5日-2月29日在哪吒汽车华南大区购买指定车型,即可领取礼品。', //中奖礼品需提车后才能享受
|
||||
'courierNo' => $ck_jsondata['courierNo']
|
||||
];
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
<div class="inner30 pt20">
|
||||
<div class="relative pr150">
|
||||
<div class="font-30 color-333">{{item.goods}}</div>
|
||||
<div class="mt15 font-20 color-bbb">*抽奖礼品需提车后才能享受</div>
|
||||
<div class="mt15 font-20 color-bbb">{{item.msg}}</div>
|
||||
<img class="absolute box-middle right-0 imgsize-130X100" src="https://qs.haodian.cn/web/images/project/H5-ShiYu/icon-hexiao.png" alt="已核销" v-if="item.is_writeoff">
|
||||
</div>
|
||||
<div class="bg-eee mt20 pt10 pb10 pl15 pr15 ulib-rtr20 ulib-rbl20 ulib-rbr20 font-22 color-666" @click="showExpress(index)" v-if="item.courierNo">
|
||||
|
||||
Reference in New Issue
Block a user