Compare commits
No commits in common. "44bb45327e3cf813d244f514abb94b6aff7cfede" and "76f1395794ab337f8e894d2d9eda17e816b2dfad" have entirely different histories.
44bb45327e
...
76f1395794
@ -172,6 +172,9 @@ export const liveStore = createGlobalState(() => {
|
||||
quoteStatus.value=false
|
||||
message.success(createMessageConfig(t('live_room.text4'), '#18A058', t('live_room.text5')))
|
||||
},
|
||||
[TIP_TYPES.CHANGEPRICEINFO]: ()=>{
|
||||
message.warning(t('live_room.text11'))
|
||||
},
|
||||
[TIP_TYPES.ARTWORK_OVER]: () =>{
|
||||
quoteStatus.value=false
|
||||
message.success(createMessageConfig(
|
||||
@ -225,9 +228,6 @@ export const liveStore = createGlobalState(() => {
|
||||
}
|
||||
))
|
||||
break
|
||||
case WS_TYPES.CHANGEPRICEINFO:
|
||||
message.warning(t('live_room.text11'))
|
||||
break
|
||||
}
|
||||
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user