接听挂断电话

This commit is contained in:
GYJ
2024-11-28 13:49:26 +08:00
parent 1da1683adc
commit b6cd0d0f2b
13 changed files with 305 additions and 13 deletions

View File

@@ -78,7 +78,9 @@ class ReserveView extends BaseUI with TickerProviderStateMixin {
width: 15,
),
InkWell(
onTap: () { },
onTap: () {
provider.testCallIncoming();
},
child: SizedBox(
width: 40,
height: 40,
@@ -95,9 +97,7 @@ class ReserveView extends BaseUI with TickerProviderStateMixin {
width: 5,
),
InkWell(
onTap: () {
provider.loadTableAreaList();
},
onTap: () { },
child: SizedBox(
width: 40,
height: 40,