From f7bb7d04ff4d53b6e3fb20ae1e4bb0b998f45a5b Mon Sep 17 00:00:00 2001
From: "DESKTOP-A1SENDA\\HUzy" <472860318@qq.com>
Date: Tue, 6 Apr 2021 10:26:38 +0800
Subject: [PATCH] =?UTF-8?q?--20210406=E6=95=85=E4=BA=8B1168=EF=BC=8C?=
=?UTF-8?q?=E5=AF=B9=E6=83=85=E6=8A=A5=E5=88=97=E8=A1=A8=E6=95=B0=E6=8D=AE?=
=?UTF-8?q?=E5=A2=9E=E5=B9=85=E5=A2=9E=E5=8A=A0=E4=B8=8A=E4=B8=8B=E7=AE=AD?=
=?UTF-8?q?=E5=A4=B4=E6=8F=90=E7=A4=BA--?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/article/allNewInfo/index.wxml | 4 ++--
pages/article/newInfo/index.wxml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/pages/article/allNewInfo/index.wxml b/pages/article/allNewInfo/index.wxml
index efda831..5e21432 100644
--- a/pages/article/allNewInfo/index.wxml
+++ b/pages/article/allNewInfo/index.wxml
@@ -30,7 +30,7 @@
未关注
- {{ formate.formateDrice(item.unitPrice)}}
+ {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}}
{{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}
{{item.yesterdayTotalQuantity || 0}}辆
@@ -57,7 +57,7 @@
{{cell.categoryName|| '---'}}
- {{formate.formatePrice(cell.unitPrice)}}
+ {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}}
{{formate.formatePrice(cell.floatPrice)}}
{{cell.curDeductionPoint|| 0}}
diff --git a/pages/article/newInfo/index.wxml b/pages/article/newInfo/index.wxml
index 6796c5c..2483154 100644
--- a/pages/article/newInfo/index.wxml
+++ b/pages/article/newInfo/index.wxml
@@ -55,7 +55,7 @@
{{item.shortName}}
- {{ formate.formateDrice(item.unitPrice)}}
+ {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}}
{{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}
{{item.yesterdayTotalQuantity || 0}}辆
@@ -83,7 +83,7 @@
{{cell.categoryName|| '---'}}
- {{formate.formatePrice(cell.unitPrice)}}
+ {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}}
{{formate.formatePrice(cell.floatPrice)}}
{{formate.formateDescripe(cell.curDeductionPoint)}}