From 0e6c64cf1f2e8fd1f86f7b46889587e0b9db9ac5 Mon Sep 17 00:00:00 2001 From: VISCARIA01 <1508512256@qq.com> Date: Thu, 7 Mar 2024 22:21:46 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E7=A1=AE=E8=AE=A4=E8=B4=AD=E6=88=BF?= =?UTF-8?q?=E5=90=88=E5=90=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/payM.js | 1 + src/views/test/guahao/applyroom.vue | 42 ++++++++++++++++++----------- 2 files changed, 28 insertions(+), 15 deletions(-) diff --git a/src/utils/payM.js b/src/utils/payM.js index 2fa1383..609b2bc 100644 --- a/src/utils/payM.js +++ b/src/utils/payM.js @@ -49,6 +49,7 @@ export const applicantlistAll = (params) => { return req("post", "/api/applicant //处理申请 export const handleApply = (params) => { return req("post", "/api/applicant/handle", params)}; export const preView = (params) => { return req("post", "/api/pdf/preview", params)}; +export const previewBuyHouse = (params) => { return req("post", "/api/pdf/previewbuyhouse", params)}; //个人信息 export const getUserById= (params) => { return req("post", "/api/user/getById", params)}; diff --git a/src/views/test/guahao/applyroom.vue b/src/views/test/guahao/applyroom.vue index 23c743e..43d0342 100644 --- a/src/views/test/guahao/applyroom.vue +++ b/src/views/test/guahao/applyroom.vue @@ -66,7 +66,7 @@