From 91a798b293a7990acef9b86043d24daf7e6cf8d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=AD=90=E8=B4=A4?= Date: Mon, 5 Jan 2026 20:19:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=B7=E6=A0=BC=E5=B1=95?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/pages/mine/rose_page.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pages/mine/rose_page.dart b/lib/pages/mine/rose_page.dart index 165bcfd..de0713f 100644 --- a/lib/pages/mine/rose_page.dart +++ b/lib/pages/mine/rose_page.dart @@ -289,7 +289,7 @@ class _PayItemState extends State { ), ), Text( - "${widget.item.unitSellingPrice}元", + "${widget.item.unitSellingPrice!.toStringAsFixed(2)}元", style: TextStyle( fontSize: 11.w, color: const Color.fromRGBO(144, 144, 144, 144),