diff --git a/src/utils/payM.js b/src/utils/payM.js index 2fa1383dde820f1857f3f8658a646f8af74d187c..609b2bcf5e39ff954ef066d05547e323ec261364 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 23c743e687916f40f29536fd149af90907fa52ed..43d03428cc4a10fa348119d96cc411947af94473 100644 --- a/src/views/test/guahao/applyroom.vue +++ b/src/views/test/guahao/applyroom.vue @@ -66,7 +66,7 @@