From dc37fe8ffba0295a79eb0dab02917bcba2628d7f Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Wed, 20 Oct 2021 01:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=B7=E6=A0=BC=E6=AF=94?= =?UTF-8?q?=E4=B8=80=E6=AF=94=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改价格比一比排序 --- app.js | 2 +- pages/mall/fragment/index.js | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app.js b/app.js index a0343db..73681ba 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ const tdsdk = require('./libs/tdweapp.js') App({ //----------------------------------------------globalData-------------------------------------- - evn: 1,//0:开发环境,1:测试环境,2:生产环境 + evn: 2,//0:开发环境,1:测试环境,2:生产环境 tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'], agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'lOQ8Gvyy_dTk68bYGpRVnVA0M7DsYYrV81Gd39GUPBA'], version: 152, diff --git a/pages/mall/fragment/index.js b/pages/mall/fragment/index.js index b2bd562..6057abd 100644 --- a/pages/mall/fragment/index.js +++ b/pages/mall/fragment/index.js @@ -34,10 +34,10 @@ Component({ popover: false, sortList: [ {sort: 0, text: '更新时间'}, - {sort: 1, text: '价格升序'}, - {sort: 2, text: '价格降序'}, - {sort: 3, text: '排队升序'}, - {sort: 4, text: '排队降序'} + {sort: 1, text: '价格降序'}, + {sort: 2, text: '价格升序'}, + {sort: 3, text: '较上次降序'}, + {sort: 4, text: '较上次升序'} ], sortIndex: 0, messageNumber: 0