站点样式
This commit is contained in:
@@ -649,9 +649,8 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
|
||||
|
||||
void getCatinfo() async {
|
||||
try {
|
||||
HttpService.to.setBaseUrl(AppTheme.car_service_url);
|
||||
var responseData = await HttpService.to.post(
|
||||
'VehicleData/getHydrogenInfoByPlateNumber',
|
||||
'appointment/vehicle/getHydrogenInfoByPlateNumber',
|
||||
data: {
|
||||
'userName': "xll@lingniu",
|
||||
'password': "4q%3!l6s0p",
|
||||
@@ -686,8 +685,6 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
|
||||
|
||||
updateUi();
|
||||
} catch (e) {
|
||||
} finally {
|
||||
HttpService.to.setBaseUrl(AppTheme.test_service_url);
|
||||
}
|
||||
renderSliderTheme();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user