RMB
5,000
diff --git a/app/stores/live/index.js b/app/stores/live/index.js
index 221c689..8af5dda 100644
--- a/app/stores/live/index.js
+++ b/app/stores/live/index.js
@@ -153,8 +153,8 @@ export const liveStore = createGlobalState(() => {
})
}
const changeStatus = () => {
- if (auctionData.value.artwork.isSelling){
- quoteStatus.value = !quoteStatus.value
+ if (auctionData.value.artwork.isSelling&&!auctionData.value.artwork.isSoled){
+ quoteStatus.value = true
}else {
if (quoteStatus.value){
quoteStatus.value = false