Fix(云灵AI):县域AI也支持送礼卡片选择
This commit is contained in:
@@ -561,7 +561,7 @@ export const chatMixinsV2 = {
|
|||||||
// 是否单一规格
|
// 是否单一规格
|
||||||
const onlyOne = Object.keys(data.productValue).length === 1
|
const onlyOne = Object.keys(data.productValue).length === 1
|
||||||
|
|
||||||
if(onlyOne && this.onlyOneToAddCart) {
|
if(onlyOne) {
|
||||||
this.buyNowOrGiftBuyReq(BuyNowOrGiftBuyType)
|
this.buyNowOrGiftBuyReq(BuyNowOrGiftBuyType)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -433,7 +433,6 @@
|
|||||||
@enter-history="audioStopHandle"
|
@enter-history="audioStopHandle"
|
||||||
/>
|
/>
|
||||||
<ProductWindow
|
<ProductWindow
|
||||||
v-if="!countyId"
|
|
||||||
ref="attrWindow"
|
ref="attrWindow"
|
||||||
:attr="attr"
|
:attr="attr"
|
||||||
:cart-num="cart_num"
|
:cart-num="cart_num"
|
||||||
|
|||||||
@@ -618,7 +618,6 @@
|
|||||||
@enter-history="audioStopHandle"
|
@enter-history="audioStopHandle"
|
||||||
/>
|
/>
|
||||||
<ProductWindow
|
<ProductWindow
|
||||||
v-if="!countyId"
|
|
||||||
ref="attrWindow"
|
ref="attrWindow"
|
||||||
:attr="attr"
|
:attr="attr"
|
||||||
:cart-num="cart_num"
|
:cart-num="cart_num"
|
||||||
@@ -665,7 +664,6 @@ export default {
|
|||||||
animationStr: '',
|
animationStr: '',
|
||||||
settingInfo: {},
|
settingInfo: {},
|
||||||
topicList: [],
|
topicList: [],
|
||||||
onlyOneToAddCart: false,
|
|
||||||
topicIsRotate: false,
|
topicIsRotate: false,
|
||||||
showGiftSteps: false,
|
showGiftSteps: false,
|
||||||
currentGiftStepIndex: 0,
|
currentGiftStepIndex: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user