Merge branch 'feature/GFRS-1858-【人核保单支持线上支付】' into dev

This commit is contained in:
heweijie
2020-08-21 10:53:16 +08:00

View File

@@ -251,8 +251,8 @@ export default {
} }
const res = await payFlag({ orderNo: this.orderNo }) const res = await payFlag({ orderNo: this.orderNo })
console.dir(res)
if (res.content.content.payFlag == 'Y') { if (res.content.payFlag == 'Y') {
this.getAcceptInsurance() this.getAcceptInsurance()
} else { } else {
this.$toast(res.resultMessage) this.$toast(res.resultMessage)