diff --git a/api/handlecase/index.js b/api/handlecase/index.js index 6ec139a..bd0f98f 100644 --- a/api/handlecase/index.js +++ b/api/handlecase/index.js @@ -153,7 +153,7 @@ export function selectPaymentDetail(data) { params: data }) } -// 缴费确认 +// 申请人缴费确认 export function confirmPaid(data) { return request({ url: '/pay/confirmPaid', @@ -168,4 +168,12 @@ export function getUserInfo(data) { method: 'get', params: data }) +} +// 被申请人缴费确认 +export function resConfirmPaid(data) { + return request({ + url: '/pay/resConfirmPaid', + method: 'post', + data: data + }) } \ No newline at end of file diff --git a/pages/handlecase/component/confirmPayment.vue b/pages/handlecase/component/confirmPayment.vue index eb1ffd5..5970763 100644 --- a/pages/handlecase/component/confirmPayment.vue +++ b/pages/handlecase/component/confirmPayment.vue @@ -23,8 +23,19 @@ :text="item.annexName"> + + + + + + - + @@ -37,28 +48,73 @@