接听挂断电话
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user