Showing
2 changed files
with
1 additions
and
2 deletions
| @@ -29,7 +29,7 @@ export struct AppointmentListUI { | @@ -29,7 +29,7 @@ export struct AppointmentListUI { | ||
| 29 | build() { | 29 | build() { |
| 30 | Column() { | 30 | Column() { |
| 31 | //标题栏目 | 31 | //标题栏目 |
| 32 | - CustomTitleUI({ titleName: "预约列表" }) | 32 | + CustomTitleUI({ titleName: "我的预约" }) |
| 33 | if (this.count == 0) { | 33 | if (this.count == 0) { |
| 34 | if (this.isGetRequest == true) { | 34 | if (this.isGetRequest == true) { |
| 35 | EmptyComponent({ emptyType: 10 }) | 35 | EmptyComponent({ emptyType: 10 }) |
-
Please register or login to post a comment