fix: 🐛 自提不回显问题,自提取消后券码取消显示

This commit is contained in:
chc
2023-03-09 11:17:53 +08:00
parent d870ee409a
commit 1e41801612
4 changed files with 6 additions and 2 deletions

View File

@@ -664,7 +664,7 @@ export default {
this.$store.state.canUseCoupons = res.data.result.canUseCoupons;
this.$store.state.cantUseCoupons = res.data.result.cantUseCoupons;
if (!res.data.result.memberAddress.id) {
if (!res.data.result.memberAddress) {
// 获取会员默认地址
this.getUserAddress();
} else {