mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-10 04:36:44 +08:00
1、修改调自核后loading框的关闭时机
This commit is contained in:
@@ -635,10 +635,11 @@ export default {
|
||||
}
|
||||
// /insure/selfToHuman
|
||||
underWrite(data).then(res => {
|
||||
this.$toast.clear()
|
||||
let that = this
|
||||
if (res.result == '0') {
|
||||
this.$toast.clear()
|
||||
if (res.uwResult == '02') {
|
||||
|
||||
if (res.uwResult == '02') { // 去支付
|
||||
// window.localStorage.setItem('uwResult', res.uwResult)
|
||||
window.localStorage.setItem('underWriteData', JSON.stringify(res))
|
||||
that.$jump({
|
||||
@@ -650,7 +651,7 @@ export default {
|
||||
path: '/sale/payMent'
|
||||
}
|
||||
})
|
||||
} else if (res.uwResult == '46') {
|
||||
} else if (res.uwResult == '46') {// 转人核
|
||||
window.localStorage.setItem('underWriteData', JSON.stringify(res))
|
||||
window.localStorage.setItem('uwResult', res.uwResult)
|
||||
window.localStorage.setItem('resultMessage', res.message)
|
||||
|
||||
Reference in New Issue
Block a user