From f294cd3e45c0fe8ca539ed51fea031e99a5675bc Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Tue, 12 Dec 2023 15:53:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B8=E9=94=80=E7=BB=9F=E8=AE=A1=E5=8E=BB?= =?UTF-8?q?=E9=99=A4=E6=89=8B=E6=9C=BA=E5=8F=B7=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../order/ticket/ticket_statistics_page.dart | 24 ------------------- 1 file changed, 24 deletions(-) diff --git a/lib/business_system/order/ticket/ticket_statistics_page.dart b/lib/business_system/order/ticket/ticket_statistics_page.dart index 7f74c702..7d908354 100644 --- a/lib/business_system/order/ticket/ticket_statistics_page.dart +++ b/lib/business_system/order/ticket/ticket_statistics_page.dart @@ -229,30 +229,6 @@ class _TicketStatisticsPage extends State { ) ], )), - Padding( - padding: EdgeInsets.only(top: 12.h, left: 12.w), - child: Row( - children: [ - Text( - "手机号:", - style: TextStyle( - fontSize: 12.sp, - color: Color(0xFF1A1A1A), - fontWeight: MyFontWeight.regular), - ), - SizedBox( - width: 13.w, - ), - Text( - "12323227890", - style: TextStyle( - fontSize: 12.sp, - color: Color(0xFF1A1A1A), - fontWeight: MyFontWeight.regular), - ) - ], - ), - ), Container( width: double.infinity, height: 1.h,