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,