我的页面中的时间选择器正确显示下拉列表和选择时间。
但问题是下拉列表没有正确显示的背景.dropdwon模板的半径为白色,另一半为黑色,如下所示
不仅时间选择器和日期选择器也只显示这样。
$removable_id = 1;
$_SESSION["cart_products"] = array_filter
(
$_SESSION["cart_products"],
function( $row ) use( $removable_id )
{
return $row['dish_id'] != $removable_id;
}
);
print_r( $_SESSION["cart_products"] );
jquery版本是1.11.1 ..不能预测这里有什么问题..
你能帮助我摆脱这个吗?