修复支付提示取消的问题,修改用户中心无法自动登录的问题

This commit is contained in:
gaoxs
2020-06-08 20:06:16 +08:00
parent c259d5d57c
commit 391055e68a
5 changed files with 17 additions and 42 deletions

View File

@ -660,6 +660,6 @@ export default {
await payOrderHandle(this.orderInfo.orderId, type, that.from);
that.getDetail();
}
}
},
};
</script>