@@ -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)) {