Fix(云灵AI):[#5193]“我要送礼”推荐结果,点击下单/送礼按钮,规格弹窗弹出时,左上角的返回按钮仍然可以点击

(cherry picked from commit 53312c889e)
This commit is contained in:
lifizer
2026-04-29 16:29:43 +08:00
parent 1065fc0c37
commit 2f29a42f9b
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -681,6 +681,9 @@ export default {
})
}
} else {
if (this.$refs.attrWindow && this.$refs.attrWindow.attr) {
this.$refs.attrWindow.attr.cartAttr = false
}
this.createNewHandle()
}
}