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)}}