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;