Browse Source

优化价格展示

master
王子贤 2 months ago
parent
commit
91a798b293
1 changed files with 1 additions and 1 deletions
  1. 2
      lib/pages/mine/rose_page.dart

2
lib/pages/mine/rose_page.dart

@ -289,7 +289,7 @@ class _PayItemState extends State<PayItem> {
), ),
), ),
Text( Text(
"${widget.item.unitSellingPrice}",
"${widget.item.unitSellingPrice!.toStringAsFixed(2)}",
style: TextStyle( style: TextStyle(
fontSize: 11.w, fontSize: 11.w,
color: const Color.fromRGBO(144, 144, 144, 144), color: const Color.fromRGBO(144, 144, 144, 144),

Loading…
Cancel
Save