修复bug
This commit is contained in:
@@ -127,6 +127,11 @@
|
||||
)">
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_img_block" v-show="showDesignMark">
|
||||
<div class="content_img_flex" >
|
||||
<img class="content_img" src="@/assets/images/homePage/loading.gif" />
|
||||
</div>
|
||||
</div>
|
||||
<!-- </draggable> -->
|
||||
<div class="content_img_block" :style="collStyle" v-for="(
|
||||
design, index
|
||||
@@ -151,12 +156,7 @@
|
||||
">
|
||||
</div>
|
||||
</div>
|
||||
<div class="content_img_block" v-show="showDesignMark">
|
||||
<div class="content_img_flex" >
|
||||
<!-- <img class="content_img" v-lazy="''" /> -->
|
||||
<img class="content_img" src="@/assets/images/homePage/loading.gif" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -708,7 +708,6 @@ export default defineComponent({
|
||||
objectSignList:data.requestIdList.join(),
|
||||
requestId:rv
|
||||
}
|
||||
this.store.commit("setDesignCollectionList",[]);
|
||||
this.getDesignResult(value,'newDesign')
|
||||
this.startDesignType = "design";
|
||||
}
|
||||
@@ -736,7 +735,7 @@ export default defineComponent({
|
||||
const item = arr[index];
|
||||
await new Promise((resolve, reject) => {
|
||||
setTimeout(() => {
|
||||
this.designCollectionList.push(item)
|
||||
this.designCollectionList.unshift(item)
|
||||
resolve('')
|
||||
}, 200);
|
||||
})
|
||||
@@ -802,7 +801,6 @@ export default defineComponent({
|
||||
requestId:rv
|
||||
}
|
||||
this.getDesignResult(value,'resDesign')
|
||||
this.store.commit("setDesignCollectionList",[]);
|
||||
this.startDesignType = "resDesign";
|
||||
this.isShowMark = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user