投放计划新增显示商圈
This commit is contained in:
parent
4abf57e6c0
commit
b9d66ce1aa
|
|
@ -99,6 +99,7 @@ trait tfield
|
|||
'v_type' => '资源类型',
|
||||
'e_bno' => '道闸位置',
|
||||
'e_aps' => '广告位位置',
|
||||
'v_hcname' => '所属商圈',
|
||||
'number' => '数量',
|
||||
'e_label' => '类型',
|
||||
'e_size' => '规格',
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ trait tlist
|
|||
$val['number'] = 1;
|
||||
|
||||
// 为了获取所有的信息
|
||||
$val['v_vaddress'] = '';
|
||||
$val['v_hcname'] = $val['v_vaddress'] = '';
|
||||
self::eaddress($val, 'village', $this->bsign);
|
||||
|
||||
return self::assemble($key, $base, $val, $checked, false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue