mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-24 11:22:52 +08:00
Merge branch 'feature/GFRS-1858-【人核保单支持线上支付】' into dev
This commit is contained in:
@@ -251,8 +251,8 @@ export default {
|
||||
}
|
||||
|
||||
const res = await payFlag({ orderNo: this.orderNo })
|
||||
|
||||
if (res.content.content.payFlag == 'Y') {
|
||||
console.dir(res)
|
||||
if (res.content.payFlag == 'Y') {
|
||||
this.getAcceptInsurance()
|
||||
} else {
|
||||
this.$toast(res.resultMessage)
|
||||
|
||||
Reference in New Issue
Block a user