调整生成设计没有like的提示词位置
This commit is contained in:
@@ -330,6 +330,7 @@ setup(props:any,{emit}) {
|
||||
}else if(productimg.scaleImageList[productimg.scaleImageIndex]?.resultType == 'PoseTransfer'){
|
||||
|
||||
}
|
||||
console.log(productimg.selectGenerate)
|
||||
return obj
|
||||
}
|
||||
const getPoseTransformData = ()=>{
|
||||
|
||||
@@ -150,6 +150,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div v-if="likeDesignCollectionList?.length == 0 && designCollectionList?.length > 0" class="info">{{ $t(t('HomeView.jsContent13')) }}</div>
|
||||
<div class="right_content_img_block scroll_style active">
|
||||
<div class="right_content_img_item" ref="likeItemDom" designType="like" :index="0">
|
||||
<!-- likeDesignCollectionList -->
|
||||
@@ -1610,12 +1611,6 @@ export default defineComponent({
|
||||
this.startDesignType = "design";
|
||||
// this.posiitonData.likeSelectIndex = 0
|
||||
// this.posiitonData.likeElList = []
|
||||
const firstDesign = sessionStorage.getItem('firstDesign');
|
||||
|
||||
if(!firstDesign && this.likeDesignCollectionList?.length == 0){
|
||||
message.info(this.t('HomeView.jsContent13'))
|
||||
}
|
||||
sessionStorage.setItem('firstDesign','true');
|
||||
}
|
||||
this.isShowMark = false;
|
||||
})
|
||||
@@ -2255,7 +2250,12 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.info{
|
||||
font-size: 1.2rem;
|
||||
color: #000000;
|
||||
margin-left: 2rem;
|
||||
font-weight: 900;
|
||||
}
|
||||
.designPage_body {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user