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