'update'
This commit is contained in:
@@ -112,11 +112,12 @@ const drawFn = (item) => {
|
||||
const showResult = ref(false);
|
||||
const resultFn = (item) => {
|
||||
if (item.action == "hide") {
|
||||
|
||||
showResult.value = false;
|
||||
|
||||
console.log('hide', showResult.value);
|
||||
|
||||
}
|
||||
if(item.action == "showQuestion"){
|
||||
showQuestionList.value = true;
|
||||
showResult.value = false;
|
||||
}
|
||||
if (item.action == "showDraw") {
|
||||
showDraw.value = true;
|
||||
|
||||
Reference in New Issue
Block a user