Merge branch 'dev' of 112.124.100.131:GFRS/ebiz-h5 into dev

This commit is contained in:
liyuetong
2021-11-05 11:17:40 +08:00

View File

@@ -381,7 +381,8 @@ export default {
}
})
} else {
window.localStorage.setItem('submitStatus', res.result)
this.$toast(res.resultMessage)
/*window.localStorage.setItem('submitStatus', res.result)
this.$jump({
flag: 'h5',
extra: {
@@ -391,7 +392,7 @@ export default {
routerInfo: {
path: '/serve/result'
}
})
})*/
}
})
},