mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-18 08:06:21 +08:00
reserve btn
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -499,6 +499,8 @@ class ReserveBtn {
|
||||
String? checkText;
|
||||
String? uncheckText;
|
||||
int? disable;
|
||||
String? jumpText;
|
||||
String? jumpUrl;
|
||||
|
||||
ReserveBtn.fromJson(Map<String, dynamic> json) {
|
||||
status = json['status'];
|
||||
@@ -506,6 +508,8 @@ class ReserveBtn {
|
||||
checkText = json['check']?['text'] ?? '已预约';
|
||||
uncheckText = json['uncheck']?['text'] ?? '预约';
|
||||
disable = json['uncheck']?['disable'];
|
||||
jumpText = json['jump_style']?['text'];
|
||||
jumpUrl = json['jump_url'];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user