增加演示账号
This commit is contained in:
@@ -228,7 +228,8 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
|
||||
hasDrivingAttachment: true,
|
||||
isEdit: '',
|
||||
drivingAttachments: [],
|
||||
hydrogenationAttachments: [], gunNumber: '',
|
||||
hydrogenationAttachments: [],
|
||||
gunNumber: '',
|
||||
);
|
||||
|
||||
//打开预约列表
|
||||
@@ -528,7 +529,8 @@ class C_ReservationController extends GetxController with BaseControllerMixin {
|
||||
}
|
||||
|
||||
void getSiteList({showloading = true}) async {
|
||||
if (StorageService.to.phone == "13344444444") {
|
||||
if (StorageService.to.phone == "13344444444" ||
|
||||
StorageService.to.phone == "13888888888") {
|
||||
//该账号给stationOptions手动添加一个数据
|
||||
final testStation = StationModel(
|
||||
hydrogenId: '1142167389150920704',
|
||||
|
||||
Reference in New Issue
Block a user