From faab3bb12b66e18529749f84fe03a37639b5118a Mon Sep 17 00:00:00 2001 From: "3321822538@qq.com" <3321822538@qq.com> Date: Tue, 20 Aug 2024 17:59:52 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/http.interceptor.js | 4 ++-- page_components/eletj.vue | 6 ++++++ page_components/fuwu/index.vue | 2 +- page_fenbao/statulist/taocanlist/addtaocan/index.vue | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/common/http.interceptor.js b/common/http.interceptor.js index 24c7385..ee90c50 100644 --- a/common/http.interceptor.js +++ b/common/http.interceptor.js @@ -19,8 +19,8 @@ const install = (Vue, vm) => { // }, // }); Vue.prototype.$u.http.setConfig({ - baseUrl: 'http://192.168.2.143:10002', - // baseUrl: 'https://kg.chuangtewl.com/prod-api', + // baseUrl: 'http://192.168.2.143:10002', + baseUrl: 'https://kg.chuangtewl.com/prod-api', // loadingText: '努力加载中~', // loadingTime: 1000, // 设置自定义头部content-type diff --git a/page_components/eletj.vue b/page_components/eletj.vue index 769dc0e..49e7247 100644 --- a/page_components/eletj.vue +++ b/page_components/eletj.vue @@ -1058,6 +1058,7 @@ width: 100%; text-align: center; margin-top: 30rpx; + font-size: 32rpx; } .truebtn{ display: flex; @@ -1078,6 +1079,11 @@ .jieshu { width: 558rpx; height: 90rpx; + text{ + width: 558rpx; + height: 90rpx; + display: block; + } line-height: 90rpx; background: #8883F0; border-radius: 54rpx 54rpx 54rpx 54rpx; diff --git a/page_components/fuwu/index.vue b/page_components/fuwu/index.vue index 876181f..db0ad94 100644 --- a/page_components/fuwu/index.vue +++ b/page_components/fuwu/index.vue @@ -303,7 +303,7 @@ }) } else if (res.data == 1) { // console.log(111); - uni.showModal({ + uni.showModal({ title: '提示', content: '该设备未绑定,你需进行绑定吗?', success: function(res) { diff --git a/page_fenbao/statulist/taocanlist/addtaocan/index.vue b/page_fenbao/statulist/taocanlist/addtaocan/index.vue index 28cb61b..7ecfa21 100644 --- a/page_fenbao/statulist/taocanlist/addtaocan/index.vue +++ b/page_fenbao/statulist/taocanlist/addtaocan/index.vue @@ -776,7 +776,7 @@ value:this.feeType == 3 || this.feeType == 4 ? (this.duvalue = null) : this.duvalue, price: this.qianvalue, description: this.description, - timeUnit: this.feeType == 3 || this.feeType == 4 ? (this.timeUnit = null) : this.timeUnit, + timeUnit: this.feeType == 3 || this.feeType == 4 || this.feeType == 2 ? (this.timeUnit = null) : this.timeUnit, deviceIds: arrs, feeMode: this.feeMode, feeType: this.feeType,