From 286cb3ee058708f6e3537c461d59d34e837e40cf Mon Sep 17 00:00:00 2001 From: ZHR007 Date: Mon, 29 Dec 2025 16:26:07 +0800 Subject: [PATCH] no message --- lib/pages/discover/live_item_widget.dart | 72 ++++++++++++------------ 1 file changed, 36 insertions(+), 36 deletions(-) diff --git a/lib/pages/discover/live_item_widget.dart b/lib/pages/discover/live_item_widget.dart index 737b78c..0fbba7c 100644 --- a/lib/pages/discover/live_item_widget.dart +++ b/lib/pages/discover/live_item_widget.dart @@ -78,42 +78,42 @@ class _LiveItemWidgetState extends State { ), ) ), - Positioned( - top: 0, - left: 0, - child: Stack( - children: [ - Image.asset( - Assets.imagesSubscript, - width: 56.w, - height: 16.w, - ), - SizedBox( - height: 16.w, - child: Row( - crossAxisAlignment: CrossAxisAlignment.center, - children: [ - SizedBox(width: 5.w), - Image.asset( - Assets.imagesLocationIcon, - width: 6.w, - height: 7.w, - ), - SizedBox(width: 3.w), - Text( - "49.9km", - style: TextStyle( - fontSize: 8.w, - color: Colors.white, - fontWeight: FontWeight.w500, - ), - ), - ], - ), - ), - ], - ), - ), + // Positioned( + // top: 0, + // left: 0, + // child: Stack( + // children: [ + // Image.asset( + // Assets.imagesSubscript, + // width: 56.w, + // height: 16.w, + // ), + // SizedBox( + // height: 16.w, + // child: Row( + // crossAxisAlignment: CrossAxisAlignment.center, + // children: [ + // SizedBox(width: 5.w), + // Image.asset( + // Assets.imagesLocationIcon, + // width: 6.w, + // height: 7.w, + // ), + // SizedBox(width: 3.w), + // Text( + // "49.9km", + // style: TextStyle( + // fontSize: 8.w, + // color: Colors.white, + // fontWeight: FontWeight.w500, + // ), + // ), + // ], + // ), + // ), + // ], + // ), + // ), if (widget.item != null && widget.item is Map && widget.item["isNew"] == true) Positioned( top: 9.w,