fix
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:
@@ -121,7 +121,9 @@
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="loading" v-if="loading"><generate-loading /></div>
|
||||
<div class="loading" v-if="loading">
|
||||
<generate-loading title="Generating Results..." />
|
||||
</div>
|
||||
<div class="customize" v-else>
|
||||
<div class="title">Customize your Look!</div>
|
||||
<p class="tip">Refine your Look</p>
|
||||
|
||||
@@ -260,7 +260,7 @@ defineExpose({ open, close, openSwitchCustomerPopup })
|
||||
</template>
|
||||
<template v-else>
|
||||
<button class="switch" @click="switchCustomer">Switch Customer</button>
|
||||
<button class="edit" @click="edit">Edit Profile</button>
|
||||
<!-- <button class="edit" @click="edit">Edit Profile</button> -->
|
||||
<button class="logout" @click="logout">Log out</button>
|
||||
</template>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user