market_draw_1216_3
This commit is contained in:
@@ -49,7 +49,7 @@ class Draw extends CI_Controller
|
||||
$winTypeAry = [];//抽奖类型
|
||||
$winTypeAryGet = $this->mdSyliveOrder->winTypeAry($activityId);
|
||||
foreach ($winTypeAryGet as $k => $v) {
|
||||
if ($k != 8) {
|
||||
if ($k != 7) {
|
||||
$title = $v['merge'] ? $v['tag'] . ' ' . $v['title'] : $v['title'];
|
||||
$winTypeAry[] = ['title' => $title, 'value' => $k];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user