提交 d9415bd9 authored 作者: 郑伟娜's avatar 郑伟娜

Merge branch 'securityFund' into test

...@@ -502,6 +502,8 @@ ...@@ -502,6 +502,8 @@
type: 'success', type: 'success',
message: '提交成功' message: '提交成功'
}) })
this.payDialog = false
this.getShopInfo()
} else { } else {
// 支付宝支付 // 支付宝支付
window.open(res.data.pay_url, '_blank') window.open(res.data.pay_url, '_blank')
...@@ -517,11 +519,11 @@ ...@@ -517,11 +519,11 @@
} else { } else {
this.$message({type: 'error', message: '充值失败!'}) this.$message({type: 'error', message: '充值失败!'})
} }
this.payDialog = false
this.getShopInfo()
} }
}).catch((err)=> {}); }).catch((err)=> {});
} }
this.payDialog = false
this.getShopInfo()
} else { } else {
this.$message({ this.$message({
type: 'error', type: 'error',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论