Merge branch 'main' of ssh://18.167.251.121:10002/aidlab/lanecarford_front
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>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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="customize" v-else>
|
||||||
<div class="title">Customize your Look!</div>
|
<div class="title">Customize your Look!</div>
|
||||||
<p class="tip">Refine your Look</p>
|
<p class="tip">Refine your Look</p>
|
||||||
|
|||||||
@@ -265,7 +265,7 @@ defineExpose({ open, close, openSwitchCustomerPopup })
|
|||||||
</template>
|
</template>
|
||||||
<template v-else>
|
<template v-else>
|
||||||
<button class="switch" @click="switchCustomer">Switch Customer</button>
|
<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>
|
<button class="logout" @click="logout">Log out</button>
|
||||||
</template>
|
</template>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user