From 2b006ce94a839db6e11fe261b38a19ef303ad945 Mon Sep 17 00:00:00 2001
From: "DESKTOP-A1SENDA\\HUzy" <472860318@qq.com>
Date: Fri, 9 Apr 2021 09:43:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=83=85=E6=8A=A5=E9=A1=B5=E9=9D=A2UI=E5=AD=97?=
=?UTF-8?q?=E4=BD=93=E5=A4=A7=E5=B0=8F=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/article/allNewInfo/index.wxml | 135 ++++++++++++++++------------
pages/article/newInfo/index.wxml | 17 ++--
2 files changed, 87 insertions(+), 65 deletions(-)
diff --git a/pages/article/allNewInfo/index.wxml b/pages/article/allNewInfo/index.wxml
index 5e21432..e89d48f 100644
--- a/pages/article/allNewInfo/index.wxml
+++ b/pages/article/allNewInfo/index.wxml
@@ -3,72 +3,93 @@
全部纸厂
-
- 纸厂名称
-
- 价格涨跌
-
-
- 纸厂排队
- 最近扣点
+
+ 纸厂名称
+
+ 价格涨跌
+
-
-
-
-
- {{loading? '正在加载' : '暂无关注'}}
- 可前往纸厂列表添加关注
- 添加关注
-
-
-
-
-
-
- {{item.shortName}}
- 已关注
- 未关注
+ 纸厂排队
+ 最近扣点
+
+
+
+
+
+
+ {{loading? '正在加载' : '暂无关注'}}
+ 可前往纸厂列表添加关注
+ 添加关注
+
+
+
+
+
+
+ {{item.shortName}}
+ 已关注
+ 未关注
+
+
+ {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}}
+ {{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}
+
+ {{item.yesterdayTotalQuantity || 0}}辆
+
+
+
+ {{formate.formateDescripe(item.minimumDeductionPoint)}}
+
+ {{formate.substring(item.priceDate, 0, 10)}}
-
- {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}}
- {{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}
+
+
- {{item.yesterdayTotalQuantity || 0}}辆
-
-
- {{formate.formateDescripe(item.minimumDeductionPoint)}}
- {{formate.substring(item.priceDate, 0, 10)}}
-
-
-
-
-
-
-
+
+
-
-
- 品类
- 价格
- 涨跌
- 最近扣点
- 操作
-
-
- {{cell.categoryName|| '---'}}
- {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}}
- {{formate.formatePrice(cell.floatPrice)}}
- {{cell.curDeductionPoint|| 0}}
-
- 代卖
-
+
+
+
+ 品类
+ 价格
+ 涨跌
+ 最近扣点
+ 操作
+
+
+ {{cell.categoryName|| '---'}}
+
+ {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}}
+ {{formate.formatePrice(cell.floatPrice)}}
+ {{cell.curDeductionPoint|| 0}}
+
+ 代卖
-
-
\ No newline at end of file
diff --git a/pages/article/newInfo/index.wxml b/pages/article/newInfo/index.wxml
index 03e90fc..f7f95c4 100644
--- a/pages/article/newInfo/index.wxml
+++ b/pages/article/newInfo/index.wxml
@@ -61,17 +61,17 @@
- {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}}
+ {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}}
{{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}
+ style="margin-left: 12rpx;font-size:22rpx">{{ item.biggestFloatPrice > 0 ? '+' : '-' }}{{ formate.formateDrice(item.biggestFloatPrice)}}
{{item.yesterdayTotalQuantity || 0}}辆
{{formate.formateDescripe(item.minimumDeductionPoint)}}
{{formate.substring(item.priceDate, 0, 10)}}
@@ -102,11 +102,12 @@
style="flex:1;text-align: center">{{cell.categoryName|| '---'}}
- {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}}
-
- {{formate.formatePrice(cell.floatPrice)}}
+ {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}}
+ {{cell.floatPrice>0?'+':'-'}}{{formate.formatePrice(cell.floatPrice)}}
+
{{formate.formateDescripe(cell.curDeductionPoint)}}