2023-11-28

This commit is contained in:
X1627315083
2023-11-28 17:07:38 +08:00
parent 20897578f0
commit af7177654f
7 changed files with 22 additions and 18 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="home_page Guide_1_16">
<div class="home_page">
<HeaderComponent></HeaderComponent>
<div class="page_content">
<!-- <img class="page_content_bg" src="@/assets/images/homePage/bg.png" /> -->
@@ -191,7 +191,7 @@
<!-- design collection的进度蒙层 start-->
<div class="progress_mark" v-show="showDesignMark">
<div class="mark_content">
<div class="mark_content Guide_1_16">
<a-progress type="circle" :percent="designProgress" strokeColor="#341e57" :width="200" />
<div>
<a-spin :indicator="indicator" />
@@ -565,7 +565,11 @@ export default defineComponent({
);
return;
}
if(this.driver__.driver){
nextTick().then(()=>{
driverObj__.moveNext();
})
}
let data = this.getDesignData(this.designCollectionId);
Https.axiosPost(Https.httpUrls.reDesignCollection, data)
.then((rv: any) => {