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 @@