diff --git a/pages/article/newInfo/index.wxml b/pages/article/newInfo/index.wxml
index 2483154..03e90fc 100644
--- a/pages/article/newInfo/index.wxml
+++ b/pages/article/newInfo/index.wxml
@@ -33,7 +33,8 @@
-
+
纸厂名称
价格涨跌
@@ -46,34 +47,48 @@
- {{loading? '正在加载' : '暂无关注'}}
+
+ {{loading? '正在加载' : '暂无关注'}}
可前往纸厂列表添加关注
添加关注
-
+
{{item.shortName}}
-
- {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}}
- {{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}
+
+ {{ formate.formateDrice(item.unitPrice)}}{{item.biggestFloatPrice>0?'↑':(item.biggestFloatPrice<0?'↓':'')}}
+ {{ item.biggestFloatPrice > 0 ? '+' : '' }}{{ formate.formateDrice(item.biggestFloatPrice)}}
+
+ {{item.yesterdayTotalQuantity || 0}}辆
- {{item.yesterdayTotalQuantity || 0}}辆
- {{formate.formateDescripe(item.minimumDeductionPoint)}}
- {{formate.substring(item.priceDate, 0, 10)}}
+ {{formate.formateDescripe(item.minimumDeductionPoint)}}
+
+ {{formate.substring(item.priceDate, 0, 10)}}
+
+
+
+
+
+
-
-
-
-
-
-
-
+
品类
价格
@@ -81,12 +96,21 @@
最近扣点
操作
-
- {{cell.categoryName|| '---'}}
- {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}}
- {{formate.formatePrice(cell.floatPrice)}}
- {{formate.formateDescripe(cell.curDeductionPoint)}}
-
+
+ {{cell.categoryName|| '---'}}
+
+ {{formate.formatePrice(cell.unitPrice)}}{{cell.floatPrice>0?'↑':(cell.floatPrice<0?'↓':'')}}
+
+ {{formate.formatePrice(cell.floatPrice)}}
+
+ {{formate.formateDescripe(cell.curDeductionPoint)}}
+
代卖
@@ -106,15 +130,18 @@
- #
+ #
{{m1.newString(item.millPaperName)}}
{{item.title}}
-
- {{item.creatorName}}
- {{item.updateTime}}
+
+ {{item.creatorName}}
+
+ {{item.updateTime}}
+
@@ -124,7 +151,7 @@
- var newString = function(string) {
+ var newString = function (string) {
var newString = string.substring(0, 4)
return newString + '...';