diff --git a/src/api/ebiz/insureAgain/insureAgain.js b/src/api/ebiz/insureAgain/insureAgain.js index 78ad7602e..fe516ff1f 100644 --- a/src/api/ebiz/insureAgain/insureAgain.js +++ b/src/api/ebiz/insureAgain/insureAgain.js @@ -46,4 +46,22 @@ export function commitReOrder(data) { method: 'post', data }) +} + +// 获取验证码 +export function getAuthCode(data) { + return request({ + url: getUrl('/customer/authcode/loginedSend', 1), + method: 'post', + data + }) +} + +// 撤单 +export function revokeOrder(data) { + return request({ + url: getUrl('/sale/order/revokeOrder', 1), + method: 'post', + data + }) } \ No newline at end of file diff --git a/src/views/ebiz/insureAgain/index.vue b/src/views/ebiz/insureAgain/index.vue index a6b0f00d1..cbcf1ad4d 100644 --- a/src/views/ebiz/insureAgain/index.vue +++ b/src/views/ebiz/insureAgain/index.vue @@ -29,16 +29,42 @@ + +

投保人手机号: {{ captchaReceiver | phoneNumFilter }}

+ + + +
+ +
+ +
{{ errMessage }}
+

重新投保声明提示

@@ -100,15 +126,12 @@
- - +