登录接口调试

This commit is contained in:
GYJ
2024-11-25 17:26:41 +08:00
parent 2f1eb7abc4
commit d12e3dea84
14 changed files with 1054 additions and 61 deletions

View File

@@ -62,7 +62,9 @@ class ReserveView extends BaseUI {
width: 5,
),
InkWell(
onTap: () {},
onTap: () {
provider.loadTableAreaList();
},
child: SizedBox(
width: 40,
height: 40,