Compare commits
No commits in common. "b13638b641516a891beffcf669c3ff53bda38b3f" and "4ae36cdbe85e3766bc2c7bc65deab3fe72f4f003" have entirely different histories.
b13638b641
...
4ae36cdbe8
@ -206,10 +206,9 @@ export const liveStore = createGlobalState(() => {
|
|||||||
handleTipMessage(tip?.tipType)
|
handleTipMessage(tip?.tipType)
|
||||||
break
|
break
|
||||||
case WS_TYPES.STOP_ARTWORK:
|
case WS_TYPES.STOP_ARTWORK:
|
||||||
//quoteStatus.value = false
|
quoteStatus.value = false
|
||||||
break
|
break
|
||||||
case WS_TYPES.OVER:
|
case WS_TYPES.OVER:
|
||||||
quoteStatus.value = false
|
|
||||||
message.success(createMessageConfig(
|
message.success(createMessageConfig(
|
||||||
t('live_room.text10'),
|
t('live_room.text10'),
|
||||||
'#575757',
|
'#575757',
|
||||||
@ -235,7 +234,6 @@ export const liveStore = createGlobalState(() => {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
const changeStatus = () => {
|
const changeStatus = () => {
|
||||||
console.log('changeStatus')
|
|
||||||
if (auctionData.value.artwork?.isSelling&&!auctionData.value.artwork.isSoled){
|
if (auctionData.value.artwork?.isSelling&&!auctionData.value.artwork.isSoled){
|
||||||
quoteStatus.value = !quoteStatus.value
|
quoteStatus.value = !quoteStatus.value
|
||||||
}else {
|
}else {
|
||||||
|
Loading…
Reference in New Issue
Block a user