From b9ce0ed741e719fd45716a3f8180fe1322047c10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Fri, 5 Dec 2025 09:56:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=90=88=E5=90=8C=E6=9F=A5?= =?UTF-8?q?=E8=AF=A2=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/customerService/sign/index.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/packages/customerService/sign/index.vue b/packages/customerService/sign/index.vue index ed7aeb47..43641f8d 100644 --- a/packages/customerService/sign/index.vue +++ b/packages/customerService/sign/index.vue @@ -255,6 +255,17 @@ export default { ec_apply_id: storeValue.ec_apply_id } request(apiArr.ecQuery, "POST", params).then(res => { + if (res.resp_data.ec_status === 'COMPLETED') { + uni.showToast({ + title: '申请通过', + icon: 'success' + }); + } else { + uni.showToast({ + title: '申请未通过', + icon: 'none' + }); + } }) }, // 获取合同类别显示文本