fix: 新用户优化下单时,无地址无法下单问题

This commit is contained in:
misworga831
2024-01-27 10:50:42 +08:00
parent 992bb76072
commit b51caa9135

View File

@@ -651,7 +651,7 @@ export default {
}); });
return false; return false;
} }
} else if (this.shippingText === "LOGISTICS" && this.orderMessage.cartTypeEnum != 'VIRTUAL') { } else if (this.shippingText === "LOGISTICS" && this.orderMessage.cartTypeEnum !== 'VIRTUAL') {
if (!this.address.id) { if (!this.address.id) {
uni.showToast({ uni.showToast({
title: "请选择地址", title: "请选择地址",