修改style生成文案
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
All checks were successful
git提交控制 AiDA WEB-Node.js main 分支构建部署 / build (20.19.0) (push) Has been skipped
This commit is contained in:
@@ -24,14 +24,14 @@ const hGenerateStore = useHGenerateStore()
|
|||||||
const query = computed(() => route.query)
|
const query = computed(() => route.query)
|
||||||
const isHistoryFlow = computed(() => IsHistoryFlow(query.value.flowType))
|
const isHistoryFlow = computed(() => IsHistoryFlow(query.value.flowType))
|
||||||
const isLoading = ref(false)
|
const isLoading = ref(false)
|
||||||
const loadingTitle= ref('Analyzing the Outfit...')
|
// const loadingTitle= ref('Analyzing the Outfit...')
|
||||||
// const loadingTitle = computed(()=>{
|
const loadingTitle = computed(()=>{
|
||||||
// let str = ''
|
let str = ''
|
||||||
// if(!select.value.status)str = 'Analyzing the Outfit...'
|
if(!select.value.status)str = 'Analyzing the Outfit...'
|
||||||
// if(select.value.status == 'RUNNING')str = 'Generating Results...'
|
if(select.value.status == 'RUNNING')str = 'Generating Results...'
|
||||||
// if(select.value.status == 'PENDING')str = 'Almost there...'
|
if(select.value.status == 'PENDING')str = 'Almost there...'
|
||||||
// return str
|
return str
|
||||||
// })
|
})
|
||||||
|
|
||||||
let data = reactive({
|
let data = reactive({
|
||||||
select:computed(()=>generateStore.style),
|
select:computed(()=>generateStore.style),
|
||||||
|
|||||||
Reference in New Issue
Block a user