From 72c585db13be84d4f3ebdc33649b1ebf67347e15 Mon Sep 17 00:00:00 2001 From: huziyuan Date: Sat, 6 Feb 2021 18:54:01 +0800 Subject: [PATCH] =?UTF-8?q?UI=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 2 +- assets/info/timeDown.png | Bin 0 -> 189 bytes pages/article/allNewInfo/index.wxml | 4 ++-- pages/article/feedback/index.wxml | 6 +++--- pages/article/feedback/index.wxss | 12 ++++++------ pages/article/newInfo/index.js | 14 +++----------- pages/article/newInfo/index.wxml | 14 ++++++++------ pages/article/newInfo/index.wxss | 1 - 8 files changed, 23 insertions(+), 30 deletions(-) create mode 100644 assets/info/timeDown.png diff --git a/app.js b/app.js index 6ddae6a..ade7531 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ //app.js App({ //----------------------------------------------globalData-------------------------------------- - evn: 1,//0:开发环境,1:测试环境,2:生产环境 + evn: 0,//0:开发环境,1:测试环境,2:生产环境 tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'], agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'oLbv-IyJOia2tenh64_Lc8xeAzwgzu3gh1vFJ1Se-ME'], version: 152, diff --git a/assets/info/timeDown.png b/assets/info/timeDown.png new file mode 100644 index 0000000000000000000000000000000000000000..6f682bc1982f967e02152d5c4545ad7cc1ff20da GIT binary patch literal 189 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!73?$#)eFPFv4DbnY1=9FI?nRG-Ko#62L4Lsu zX(4g)k~|R>!fgK-***e=9XwqeLpZJ{E3j?QXl!I=ZdZ^nF(}Y%%2>$C!}C(XO)@}m z_QC}V3Ya{8rZ_r!Z?Fq}xBRpOGT-G@yGywo& CdMW4t literal 0 HcmV?d00001 diff --git a/pages/article/allNewInfo/index.wxml b/pages/article/allNewInfo/index.wxml index 52c62fe..3029b11 100644 --- a/pages/article/allNewInfo/index.wxml +++ b/pages/article/allNewInfo/index.wxml @@ -11,7 +11,7 @@ 纸厂排队 最近扣点 - 更多 + @@ -29,7 +29,7 @@ {{item.shortName}}已关注已取消 {{item.biggestFloatPrice*1000||0}} - {{item.yesterdayRetainedQuantity || 0}}辆 + {{item.yesterdayTotalQuantity || 0}}辆 {{item.minimumDeductionPoint || 0}}% diff --git a/pages/article/feedback/index.wxml b/pages/article/feedback/index.wxml index 432de66..2f86f46 100644 --- a/pages/article/feedback/index.wxml +++ b/pages/article/feedback/index.wxml @@ -4,7 +4,7 @@ - + 反馈纸厂 @@ -14,7 +14,7 @@ - + 反馈类型 @@ -29,7 +29,7 @@ - + diff --git a/pages/article/feedback/index.wxss b/pages/article/feedback/index.wxss index 23821d4..ce0b89b 100644 --- a/pages/article/feedback/index.wxss +++ b/pages/article/feedback/index.wxss @@ -9,21 +9,21 @@ page { } .view1 { + padding: 0rxp; width: 100%; - height: 100rpx; - border-top: 2rpx solid #f3f3f3; + border-bottom: 2rpx solid #f3f3f3; } .view2 { width: 100%; - height: 100rpx; - border-top: 2rpx solid #f3f3f3; + + border-bottom: 2rpx solid #f3f3f3; } .view3 { width: 100%; height: 394rpx; - border-top: 2rpx solid #f3f3f3; + /* border-top: 2rpx solid #f3f3f3; */ } .textarea { @@ -32,7 +32,7 @@ page { } .textareaView { - border: 1px solid; + border: 1px solid #dfdfdf; } .view4 { diff --git a/pages/article/newInfo/index.js b/pages/article/newInfo/index.js index 4d36346..3152e10 100644 --- a/pages/article/newInfo/index.js +++ b/pages/article/newInfo/index.js @@ -19,12 +19,12 @@ Component({ orderList: [], tableSgin: null, loading:false, - pximg:'/assets/info/px-mr.png', + pximg:'/assets/info/px-sx.png', curDate: util.formatDate(new Date(), 'Y-M-D'), querFrom:{ curDate: util.formatDate(new Date(), 'Y-M-D'), queryWay: 0, - priceSort:0 + priceSort:1 }, factoryList:[] @@ -91,7 +91,7 @@ Component({ }) }, changeSort:function(){ - if(this.data.pximg=='/assets/info/px-mr.png'){ + if(this.data.pximg=='/assets/info/px-jx.png'){ this.setData({ pximg:'/assets/info/px-sx.png' }) @@ -107,14 +107,6 @@ Component({ this.getPaperMillOfInformationListFct(this.data.querFrom) return } - if(this.data.pximg=='/assets/info/px-jx.png'){ - this.setData({ - pximg:'/assets/info/px-mr.png' - }) - this.data.querFrom.priceSort=0 - this.getPaperMillOfInformationListFct(this.data.querFrom) - return - } }, curDateChange(e) { this.setData({ diff --git a/pages/article/newInfo/index.wxml b/pages/article/newInfo/index.wxml index 76f68aa..3beb9cb 100644 --- a/pages/article/newInfo/index.wxml +++ b/pages/article/newInfo/index.wxml @@ -12,9 +12,12 @@ - + {{curDate}} + + + @@ -36,7 +39,7 @@ 纸厂排队 最近扣点 - 更多 + @@ -49,12 +52,11 @@ - + {{item.shortName}} {{item.biggestFloatPrice*1000||0}} - {{item.yesterdayRetainedQuantity || 0}}辆 + {{item.yesterdayTotalQuantity || 0}}辆 {{item.minimumDeductionPoint || 0}}% @@ -98,7 +100,7 @@ - + # {{item.millPaperName}} diff --git a/pages/article/newInfo/index.wxss b/pages/article/newInfo/index.wxss index 3d139cd..d8047eb 100644 --- a/pages/article/newInfo/index.wxss +++ b/pages/article/newInfo/index.wxss @@ -192,7 +192,6 @@ page { .bottomViewRight { width: 240rpx; height: 180rpx; - background-color: green; float: right; }