From 2a9df2f1c606ce37cad6056b2b8d0a950f77352c Mon Sep 17 00:00:00 2001 From: chenghuan Date: Wed, 21 Jan 2026 15:06:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E9=A1=B5=E9=87=91=E9=A2=9D=E6=98=BE=E7=A4=BA=E7=B2=BE=E5=BA=A6?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 更新manifest.json中的版本号至1.2.82 修改开发环境baseUrl配置 修复结算页金额显示格式并调整底部操作栏z-index --- config/baseUrl.js | 4 ++-- manifest.json | 4 ++-- pages/bookShop/settlement.vue | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/config/baseUrl.js b/config/baseUrl.js index e58b8b5..23781ee 100644 --- a/config/baseUrl.js +++ b/config/baseUrl.js @@ -2,8 +2,8 @@ let baseUrl = ""; let socketUrl = ""; if (process.env.NODE_ENV === 'development') { //开发环境 - baseUrl = "https://api.nuttyreading.com/"; // 线上正式 - //baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 + // baseUrl = "https://api.nuttyreading.com/"; // 线上正式 + baseUrl = "http://192.168.110.100:9200/pb/"; // 张川川 } else if (process.env.NODE_ENV === 'production') { //生产环境 baseUrl = "https://api.nuttyreading.com/"; diff --git a/manifest.json b/manifest.json index a7059df..f979598 100644 --- a/manifest.json +++ b/manifest.json @@ -13,8 +13,8 @@ } ], "sassImplementationName" : "node-sass", - "versionName" : "1.2.81", - "versionCode" : 1281, + "versionName" : "1.2.82", + "versionCode" : 1282, "app-plus" : { "compatible" : { "ignoreVersion" : true diff --git a/pages/bookShop/settlement.vue b/pages/bookShop/settlement.vue index cda7bc5..d16de39 100644 --- a/pages/bookShop/settlement.vue +++ b/pages/bookShop/settlement.vue @@ -245,7 +245,7 @@ 实付款: - {{ realPrice }}天医币 + {{ realPrice.toFixed(2) }}天医币 立即支付 @@ -1262,6 +1262,7 @@ export default { align-items: center; position: fixed; bottom: 0%; + z-index: 11; .commodityPrice { font-size: 40rpx;