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

This commit is contained in:
heweijie
2020-08-21 10:48:45 +08:00

View File

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