From 7b1864f439cf4fecf18aa62e54e3fa4b103bcabc Mon Sep 17 00:00:00 2001
From: zhouyanli <593579392@qq.com>
Date: Thu, 16 Jul 2026 17:59:41 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=88=BF=E5=B1=8B=E4=B8=8B?=
=?UTF-8?q?=E6=8B=89=E5=BC=B9=E7=AA=97=E6=98=BE=E7=A4=BAbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../pageSubPack/api/request.js | 2 +-
.../public-revenue-details.vue | 3 +-
.../pageSubPack/my/addHouse.vue | 93 +++++++++----------
.../pageSubPack/my/settingIndex.vue | 12 +--
.../notice-list/noticeListDetails.vue | 2 +-
.../payment-list/arrearsPayment.vue | 24 ++---
6 files changed, 67 insertions(+), 69 deletions(-)
diff --git a/property-uniapp-project/pageSubPack/api/request.js b/property-uniapp-project/pageSubPack/api/request.js
index c55bce2..641207a 100644
--- a/property-uniapp-project/pageSubPack/api/request.js
+++ b/property-uniapp-project/pageSubPack/api/request.js
@@ -1,6 +1,6 @@
let baseUrl = '';
if (process.env.NODE_ENV === 'development') {
- baseUrl = 'http://192.168.1.222:8080'; // 开发环境
+ baseUrl = 'http://192.168.1.6:8080'; // 开发环境
// baseUrl = 'http://wuyeapi.ckdzkj.com';
} else {
baseUrl = 'https://wuyeapi.ckdzkj.com'; // 生产环境
diff --git a/property-uniapp-project/pageSubPack/inspection-revenue/public-revenue-details.vue b/property-uniapp-project/pageSubPack/inspection-revenue/public-revenue-details.vue
index 1e8876d..f58f84a 100644
--- a/property-uniapp-project/pageSubPack/inspection-revenue/public-revenue-details.vue
+++ b/property-uniapp-project/pageSubPack/inspection-revenue/public-revenue-details.vue
@@ -64,7 +64,7 @@
}
}catch(err){
uni.showToast({
- title: res.msg ||"网络异常",
+ title: err.msg ||"网络异常",
icon:"none"
})
}
@@ -78,7 +78,6 @@
min-height: 100vh;
background-color: #ffffff;
padding: 20px;
- // font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
/* 内容滚动区域 */
diff --git a/property-uniapp-project/pageSubPack/my/addHouse.vue b/property-uniapp-project/pageSubPack/my/addHouse.vue
index fbd52c7..0135210 100644
--- a/property-uniapp-project/pageSubPack/my/addHouse.vue
+++ b/property-uniapp-project/pageSubPack/my/addHouse.vue
@@ -78,23 +78,6 @@
-
-
-
-
-
设为默认房屋
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/property-uniapp-project/pageSubPack/my/settingIndex.vue b/property-uniapp-project/pageSubPack/my/settingIndex.vue
index 79f6e0a..5f7db13 100644
--- a/property-uniapp-project/pageSubPack/my/settingIndex.vue
+++ b/property-uniapp-project/pageSubPack/my/settingIndex.vue
@@ -70,12 +70,12 @@
title: '注销账号',
type: 'arrow'
},
- // {
- // title: '升级版本',
- // type: 'text',
- // value: '当前版本 1.0.0',
- // valueClass: 'item-version'
- // }
+ {
+ title: '升级版本',
+ type: 'text',
+ value: '当前版本 1.0.0',
+ valueClass: 'item-version'
+ }
])
// 格式化字节大小
diff --git a/property-uniapp-project/pageSubPack/notice-list/noticeListDetails.vue b/property-uniapp-project/pageSubPack/notice-list/noticeListDetails.vue
index c32ce99..cbf9a3f 100644
--- a/property-uniapp-project/pageSubPack/notice-list/noticeListDetails.vue
+++ b/property-uniapp-project/pageSubPack/notice-list/noticeListDetails.vue
@@ -103,7 +103,7 @@
}
}catch(err){
uni.showToast({
- title: res.msg ||"网络异常",
+ title: err.msg ||"网络异常",
icon:"none"
})
}
diff --git a/property-uniapp-project/pageSubPack/payment-list/arrearsPayment.vue b/property-uniapp-project/pageSubPack/payment-list/arrearsPayment.vue
index ac3afae..252c3fb 100644
--- a/property-uniapp-project/pageSubPack/payment-list/arrearsPayment.vue
+++ b/property-uniapp-project/pageSubPack/payment-list/arrearsPayment.vue
@@ -41,7 +41,7 @@
-
+
当前欠费金额¥{{ arrearsAmount }}元
点击自动填入
-
+
@@ -182,13 +182,13 @@
// 立即缴费 — 通过微信拉起日照银行小程序进行支付
const handlePay = async () => {
- if (!payNum.value || Number(payNum.value) <= 0) {
- uni.showToast({
- title: '请输入正确的缴费金额',
- icon: 'none'
- })
- return
- }
+ // if (!payNum.value || Number(payNum.value) <= 0) {
+ // uni.showToast({
+ // title: '请输入正确的缴费金额',
+ // icon: 'none'
+ // })
+ // return
+ // }
try {
uni.showLoading({ title: '加载中...' })
@@ -265,7 +265,7 @@
console.log('拉起日照银行小程序返回失败(App======)', res.retMsg)
}
- console.log('日照银行小程序回调结果(App)', JSON.stringify(res))
+ console.log('回调---日照银行小程序回调结果(App)', JSON.stringify(res))
}, (err) => {
console.error('拉起日照银行小程序失败(App)', JSON.stringify(err))
uni.showToast({ title: '拉起支付小程序失败', icon: 'none' })