添加报错提示

dev
曾超新 5 years ago
parent 132e157e9e
commit 2cb13fc007
  1. 2
      frontend/views/car/order-add.php

@ -487,6 +487,8 @@ use common\models\PriceT;
$('#seats').val(obj.data.VehicleItems[0].VehicleSeat);
}
}
} else {
parent.layer.msg(obj.msg);
}
}, 'json');
}

Loading…
Cancel
Save