From de7bafd256e36f133c50157c7a3f0ca2a2646323 Mon Sep 17 00:00:00 2001 From: hanchaobo Date: Tue, 20 Feb 2024 17:16:52 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=86=E9=A2=91=E5=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.js | 2 +- pages/handlecase/component/list.vue | 6 +++--- pages/handlecase/component/payList.vue | 9 +++++++++ pages/im/component/imList.vue | 2 +- pages/im/index.vue | 1 + 5 files changed, 15 insertions(+), 5 deletions(-) diff --git a/config.js b/config.js index 12f4bff..ef96d76 100644 --- a/config.js +++ b/config.js @@ -8,7 +8,7 @@ module.exports = { baseUrlTJ: 'https://api.xayunmei.com/tiaojieapitest', // baseUrlTJ:'https://api.xayunmei.com/tiaojieapi', // baseUrlZC: 'http://121.40.189.20:8001', - // baseUrlTJ: 'http://172.16.1.17:6001', + // baseUrlTJ: 'http://172.16.1.43:6001', // baseUrl: 'http://172.16.1.24:8001', // baseUrl: 'http://localhost:8080', // baseUrl: 'http://192.168.3.18:9001', diff --git a/pages/handlecase/component/list.vue b/pages/handlecase/component/list.vue index 61257ff..dc50bdb 100644 --- a/pages/handlecase/component/list.vue +++ b/pages/handlecase/component/list.vue @@ -10,7 +10,7 @@ - 申请人姓名: + 申请人: {{defalutVal.applicantName}} @@ -18,7 +18,7 @@ - 申请人姓名: + 申请人: {{defalutVal.applicationName}} @@ -26,7 +26,7 @@ - 被申请人姓名: + 被申请人: {{defalutVal.respondentName}} diff --git a/pages/handlecase/component/payList.vue b/pages/handlecase/component/payList.vue index e32c95f..5ae2ca7 100644 --- a/pages/handlecase/component/payList.vue +++ b/pages/handlecase/component/payList.vue @@ -118,6 +118,7 @@ }, /**文件上传*/ select(e) { + this.submitForm.payOrderList = []; this.tempFilePaths = e.tempFilePaths; // loading uni.showLoading({ @@ -202,6 +203,14 @@ }, /**确认缴费*/ submitPay() { + if (this.submitForm.payOrderList.length < 1) { + uni.showToast({ + title: '请上传缴费凭证', + icon: 'none', + duration: 1000 + }); + return + } this.submitForm.caseId = this.formData.id; this.submitForm.caseFlowId = this.formData.caseFlowId; this.confirmPaymentFn(this.submitForm); diff --git a/pages/im/component/imList.vue b/pages/im/component/imList.vue index e0cbe14..b52c102 100644 --- a/pages/im/component/imList.vue +++ b/pages/im/component/imList.vue @@ -1,6 +1,6 @@