From 3ca26374901004f0859c11dd81868c62127f7c37 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Sun, 4 Feb 2024 19:03:18 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/app.js | 4 +- manifest.json | 4 +- pages.json | 1 + pages/activity/presell/index.vue | 147 ++++++++++++++++++++----------- pages/index/index.vue | 5 +- pages/store/settled/unit.vue | 53 +++++++---- 6 files changed, 141 insertions(+), 73 deletions(-) diff --git a/config/app.js b/config/app.js index 5d52a61..aed86ed 100644 --- a/config/app.js +++ b/config/app.js @@ -12,8 +12,8 @@ let httpApiSix let wsApi // 在打包之前请检查当前环境是否正确 -const env = 'dev'; // 开发 -// const env = 'prod'; // 生产 +// const env = 'dev'; // 开发 +const env = 'prod'; // 生产 // const env = 'prew'; // 预上线 switch (env) { diff --git a/manifest.json b/manifest.json index c5d55fc..feecf5f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,8 +2,8 @@ "name" : "惠农生活", "appid" : "__UNI__3A527D1", "description" : "", - "versionName" : "1.8.6", - "versionCode" : 186, + "versionName" : "1.8.7", + "versionCode" : 187, "transformPx" : false, /* 5+App特有相关 */ "app-plus" : { diff --git a/pages.json b/pages.json index ba6439d..df00d14 100644 --- a/pages.json +++ b/pages.json @@ -1636,6 +1636,7 @@ "navigationBarTitleText": "预售列表" // #ifdef MP || APP-PLUS , + "navigationStyle": "custom", "navigationBarBackgroundColor": "#F2F2F2" // #endif } diff --git a/pages/activity/presell/index.vue b/pages/activity/presell/index.vue index 7ec4933..dcf26db 100644 --- a/pages/activity/presell/index.vue +++ b/pages/activity/presell/index.vue @@ -1,67 +1,58 @@