diff --git a/src/views/Workshop/product.vue b/src/views/Workshop/product.vue index 5618931..7081801 100644 --- a/src/views/Workshop/product.vue +++ b/src/views/Workshop/product.vue @@ -38,7 +38,7 @@ const startGenerate = ()=>{ let value = { customerId:generateStore.customerId, visitRecordId:generateStore.visitRecordId, - styleId:generateStore.style.id, + styleId:generateStore.styleId, // customerPhotoId:null, // modelPhotoId:null, // prompt:null, diff --git a/src/views/Workshop/selectStyle.vue b/src/views/Workshop/selectStyle.vue index 1af6171..e29c401 100644 --- a/src/views/Workshop/selectStyle.vue +++ b/src/views/Workshop/selectStyle.vue @@ -92,6 +92,7 @@ onMounted(()=>{ emit('view-type', 1) // if(!data.styleList[0]?.id)getRequestOutfitList(0) if(getGenerateTime)clearTimeout(getGenerateTime) + console.log(data.styleList) if(!data.styleList[0]?.taskId){ requestOutfit({num:4,index:0}) }else if(data.styleList.filter((item)=>item?.status != 'SUCCEEDED').length > 0){ @@ -101,7 +102,6 @@ onMounted(()=>{ }) onUnmounted(()=>{ if(getGenerateTime)clearTimeout(getGenerateTime) - generateStore.clearProductData() }) defineExpose({}) const { styleList, select } = toRefs(data); diff --git a/src/views/login/LoginPage.vue b/src/views/login/LoginPage.vue index 6bc5a9d..54c6501 100644 --- a/src/views/login/LoginPage.vue +++ b/src/views/login/LoginPage.vue @@ -243,7 +243,7 @@ const handleSignup = () => { .input-field { width: 100%; height: 10rem; - padding: 16px 20px; + padding: 1.6rem 2rem; border: 2px solid #fff; background: transparent; border-radius: 7.1rem; @@ -289,7 +289,7 @@ const handleSignup = () => { .google-button { width: 100%; - padding: 16px; + padding: 1.6rem; border: 2px solid #fff; border-radius: 7rem; font-size: 3.83rem; diff --git a/src/views/login/SignupPage.vue b/src/views/login/SignupPage.vue index 29372e9..fc3de9a 100644 --- a/src/views/login/SignupPage.vue +++ b/src/views/login/SignupPage.vue @@ -259,7 +259,7 @@ const handleSignupByGoogle = async () => { .input-field { width: 100%; height: 10rem; - padding: 16px 20px; + padding: 1.6rem 2rem; border: 2px solid #fff; background: transparent; border-radius: 7.1rem; @@ -294,7 +294,7 @@ const handleSignupByGoogle = async () => { .google-button { width: 100%; - padding: 16px; + padding: 1.6rem; border: 2px solid #fff; border-radius: 7rem; font-size: 3.83rem;