Explorar o código

接单页长按拨打电话改为点击拨打电话

daxu0403 %!s(int64=7) %!d(string=hai) anos
pai
achega
d789b26b31
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/pages/order_taking_page.dart

+ 1 - 1
lib/pages/order_taking_page.dart

@@ -538,7 +538,7 @@ Widget orderPhone(String key, String value, int marginBottom) {
         Text('${value}', style: TextStyle(color: Color.fromRGBO(64, 98, 254, 1), fontSize: ScreenUtil.getInstance().setSp(24)), ),
       ], )
     ),
-    onLongPress: () async {
+    onTap: () async {
       String phone = 'tel:${value}';
       print(phone);
       if (await canLaunch(phone)) {