瀏覽代碼

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

daxu0403 7 年之前
父節點
當前提交
d789b26b31
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)) {