提交 c6bf9735 authored 作者: 王天霸's avatar 王天霸

Merge branch '1.1.18' into test

...@@ -84,6 +84,7 @@ ...@@ -84,6 +84,7 @@
let payResult = await aliPayGet({order_sn: res.data.order_sn}); let payResult = await aliPayGet({order_sn: res.data.order_sn});
if(payResult.code === 1) { if(payResult.code === 1) {
this.$message({type: 'success',message: '充值成功!'}); this.$message({type: 'success',message: '充值成功!'});
this.closeDrawer()
// 如果充值成功,则需要初始化数据 // 如果充值成功,则需要初始化数据
}else{ }else{
this.$message({type: 'error',message: payResult.message}); this.$message({type: 'error',message: payResult.message});
......
...@@ -110,6 +110,7 @@ export default { ...@@ -110,6 +110,7 @@ export default {
methods: { methods: {
handleClose(){ handleClose(){
this.dialogDetail = false this.dialogDetail = false
this.info()
}, },
info() { info() {
getShopInf().then(res => { getShopInf().then(res => {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论