Compare commits
2 Commits
4ae36cdbe8
...
b13638b641
Author | SHA1 | Date | |
---|---|---|---|
|
b13638b641 | ||
|
b73b25a10a |
@ -206,9 +206,10 @@ 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',
|
||||
@ -234,6 +235,7 @@ export const liveStore = createGlobalState(() => {
|
||||
})
|
||||
}
|
||||
const changeStatus = () => {
|
||||
console.log('changeStatus')
|
||||
if (auctionData.value.artwork?.isSelling&&!auctionData.value.artwork.isSoled){
|
||||
quoteStatus.value = !quoteStatus.value
|
||||
}else {
|
||||
|
Loading…
Reference in New Issue
Block a user