@@ -416,10 +416,10 @@ export const chatMixinsV2 = {
|
||||
}
|
||||
})
|
||||
if (idx > -1) {
|
||||
this.$set(this.chatMessageList[idx], 'changeIsRotate', true)
|
||||
if (this.chatMessageList[idx].changeIsRotate) {
|
||||
return
|
||||
}
|
||||
this.$set(this.chatMessageList[idx], 'changeIsRotate', true)
|
||||
}
|
||||
let listKey = ''
|
||||
// 抽奖和订单查询没有换一换
|
||||
@@ -457,6 +457,8 @@ export const chatMixinsV2 = {
|
||||
this.$set(this.chatMessageList[idx], 'changeIsRotate', false)
|
||||
}, 1000)
|
||||
}
|
||||
}).catch(error => {
|
||||
this.$set(this.chatMessageList[idx], 'changeIsRotate', false)
|
||||
})
|
||||
},
|
||||
productItemClickHandle(item) {
|
||||
|
||||
Reference in New Issue
Block a user