...
|
...
|
@@ -125,6 +125,9 @@ class OrderOptionController extends AdminBaseController |
|
|
}
|
|
|
$post['values'] = str_replace(',', ',', trim($post['values']));
|
|
|
}
|
|
|
if(empty($post['icon'])) {
|
|
|
$post['icon'] = 'admin/20181008/e40464f84105b3b27449e70cc1bb68e3.png';
|
|
|
}
|
|
|
if(empty($post['is_show'])) {
|
|
|
$post['is_show'] = 0;
|
|
|
}
|
...
|
...
|
@@ -189,6 +192,9 @@ class OrderOptionController extends AdminBaseController |
|
|
}
|
|
|
$post['values'] = str_replace(',', ',', trim($post['values']));
|
|
|
}
|
|
|
if(empty($post['icon'])) {
|
|
|
$post['icon'] = 'admin/20181008/e40464f84105b3b27449e70cc1bb68e3.png';
|
|
|
}
|
|
|
if(empty($post['is_show'])) {
|
|
|
$post['is_show'] = 0;
|
|
|
}
|
...
|
...
|
|