mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-11 07:26:44 +08:00
【fix】 保全:联系人变更,增加验证码相关接口
This commit is contained in:
@@ -81,7 +81,7 @@
|
|||||||
<script>
|
<script>
|
||||||
import { Field, CellGroup, Checkbox, Popup, Picker, Area, RadioGroup, Radio, Dialog } from 'vant'
|
import { Field, CellGroup, Checkbox, Popup, Picker, Area, RadioGroup, Radio, Dialog } from 'vant'
|
||||||
import getAreaName from '@/assets/js/utils/get-area-name'
|
import getAreaName from '@/assets/js/utils/get-area-name'
|
||||||
import { authCode } from '@/api/ebiz/preserve/preserve'
|
import { getAuthCode } from '@/api/ebiz/sale/sale'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'basicConfirmation',
|
name: 'basicConfirmation',
|
||||||
@@ -176,8 +176,8 @@ export default {
|
|||||||
}
|
}
|
||||||
}, 1000)
|
}, 1000)
|
||||||
|
|
||||||
authCode({
|
getAuthCode({
|
||||||
operateType: 'smslogin',
|
operateType: 'appntInfoEntry',
|
||||||
sessionId: '',
|
sessionId: '',
|
||||||
validateCode: '',
|
validateCode: '',
|
||||||
operateCode: this.customerMobile,
|
operateCode: this.customerMobile,
|
||||||
|
|||||||
Reference in New Issue
Block a user