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 @@ - - - - - 选择房屋状态 - - - - - - {{ item.name }} - - - - - 设为默认房屋 - - - - 选择证件类型 - - - - - {{item.name}} - - - - - - - - 选择与业主关系 - - - - - {{item.name}} - - - - - + + + + + + 选择房屋状态 + + + + + + {{ item.name }} + + + + + + + + + 选择证件类型 + + + + + {{item.name}} + + + + + + + + + 选择与业主关系 + + + + + {{item.name}} + + + 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' })