Compare commits

..

No commits in common. "b13638b641516a891beffcf669c3ff53bda38b3f" and "4ae36cdbe85e3766bc2c7bc65deab3fe72f4f003" have entirely different histories.

View File

@ -206,10 +206,9 @@ export const liveStore = createGlobalState(() => {
handleTipMessage(tip?.tipType)
break
case WS_TYPES.STOP_ARTWORK:
//quoteStatus.value = false
quoteStatus.value = false
break
case WS_TYPES.OVER:
quoteStatus.value = false
message.success(createMessageConfig(
t('live_room.text10'),
'#575757',
@ -235,7 +234,6 @@ export const liveStore = createGlobalState(() => {
})
}
const changeStatus = () => {
console.log('changeStatus')
if (auctionData.value.artwork?.isSelling&&!auctionData.value.artwork.isSoled){
quoteStatus.value = !quoteStatus.value
}else {