Fix(云灵AI):县域AI也支持送礼卡片选择

This commit is contained in:
lifizer
2026-06-29 17:52:56 +08:00
parent 46eff30230
commit c5a6ec0d21
3 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -561,7 +561,7 @@ export const chatMixinsV2 = {
// 是否单一规格
const onlyOne = Object.keys(data.productValue).length === 1
if(onlyOne && this.onlyOneToAddCart) {
if(onlyOne) {
this.buyNowOrGiftBuyReq(BuyNowOrGiftBuyType)
return
}