From 9a51259b117f2fcf21ac6d8b7f8aa4398ea35d8f Mon Sep 17 00:00:00 2001 From: X1627315083 <1627315083@qq.com> Date: Tue, 23 Dec 2025 16:31:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9style=E7=94=9F=E6=88=90?= =?UTF-8?q?=E6=96=87=E6=A1=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Workshop/selectStyle.vue | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/views/Workshop/selectStyle.vue b/src/views/Workshop/selectStyle.vue index 69a5efa..d9ae79c 100644 --- a/src/views/Workshop/selectStyle.vue +++ b/src/views/Workshop/selectStyle.vue @@ -24,14 +24,14 @@ const hGenerateStore = useHGenerateStore() const query = computed(() => route.query) const isHistoryFlow = computed(() => IsHistoryFlow(query.value.flowType)) const isLoading = ref(false) -const loadingTitle= ref('Analyzing the Outfit...') -// const loadingTitle = computed(()=>{ -// let str = '' -// if(!select.value.status)str = 'Analyzing the Outfit...' -// if(select.value.status == 'RUNNING')str = 'Generating Results...' -// if(select.value.status == 'PENDING')str = 'Almost there...' -// return str -// }) +// const loadingTitle= ref('Analyzing the Outfit...') +const loadingTitle = computed(()=>{ + let str = '' + if(!select.value.status)str = 'Analyzing the Outfit...' + if(select.value.status == 'RUNNING')str = 'Generating Results...' + if(select.value.status == 'PENDING')str = 'Almost there...' + return str +}) let data = reactive({ select:computed(()=>generateStore.style),