投放计划新增显示商圈

This commit is contained in:
cloud 2025-01-16 00:04:31 +08:00
parent 4abf57e6c0
commit b9d66ce1aa
2 changed files with 2 additions and 1 deletions

View File

@ -99,6 +99,7 @@ trait tfield
'v_type' => '资源类型',
'e_bno' => '道闸位置',
'e_aps' => '广告位位置',
'v_hcname' => '所属商圈',
'number' => '数量',
'e_label' => '类型',
'e_size' => '规格',

View File

@ -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);