2023-11-28-用户指引功能
This commit is contained in:
@@ -2,11 +2,13 @@
|
||||
<div>
|
||||
<!-- designDetailShow -->
|
||||
<a-modal class="design_detail_modal_component Guide_1_18"
|
||||
:class="[driver__.driver?'hideEvents':'']"
|
||||
v-model:visible="designDetailShow"
|
||||
:footer="null"
|
||||
width="65%"
|
||||
:maskClosable="false"
|
||||
:centered="true"
|
||||
:keyboard="false"
|
||||
:closable="false"
|
||||
>
|
||||
<div class="design_title_text">
|
||||
@@ -58,11 +60,11 @@
|
||||
<i v-show="revocationShow>1" class="icon iconfont icon-chehui" @click="revocation"></i>
|
||||
<i v-show="oppositeRevocationShow>=1" class="icon iconfont icon-fanchehui" @click="oppositeRevocation"></i>
|
||||
</div>
|
||||
<div v-show="ifSubmit" class="subitOkPreviewBtn" @click="submit">
|
||||
<div v-show="ifSubmit" class="subitOkPreviewBtn Guide_1_26" @click="submit">
|
||||
{{ $t('DesignDetail.Submit') }}
|
||||
</div>
|
||||
</div>
|
||||
<div class="detail_modal_body_category Guide_1_20" :class="[driver__.driver?'hideEvents':'']">
|
||||
<div class="detail_modal_body_category">
|
||||
<div v-show="designOrder" class="detail_modal_right_top scroll_style">
|
||||
<div class="clothes_detail_item clothes_detail_item_apparel">
|
||||
<div class="clothes_item_header">
|
||||
@@ -72,7 +74,7 @@
|
||||
</div>
|
||||
<img :src="designItemDetail?.clothes?.[currentIndex]?.path" alt="" class="centent" @click="openCurrent(1)">
|
||||
</div>
|
||||
<div class="clothes_detail_item clothes_detail_item_print">
|
||||
<div class="clothes_detail_item clothes_detail_item_print Guide_1_20" :class="[driver__.driver?'showEvents':'']">
|
||||
<div class="clothes_item_header">
|
||||
<i class="fi fi-rs-comments"></i>
|
||||
<div>{{ $t('DesignDetail.CurrentPrint') }}</div>
|
||||
@@ -294,6 +296,11 @@ export default defineComponent({
|
||||
let DesignDetailAlter:any = this.$refs.DesignDetailAlter
|
||||
DesignDetailAlter.init(num)
|
||||
if(num ==2 ){
|
||||
if(this.driver__.driver){
|
||||
nextTick().then(()=>{
|
||||
driverObj__.moveNext();
|
||||
})
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@@ -569,7 +576,11 @@ export default defineComponent({
|
||||
this.closeModal()
|
||||
this.store.commit('setDesignCollectionList',designCollectionList)
|
||||
this.store.commit('setLikeDesignCollectionList',likeDesignCollectionList)
|
||||
|
||||
if(this.driver__.driver){
|
||||
nextTick().then(()=>{
|
||||
driverObj__.moveNext();
|
||||
})
|
||||
}
|
||||
}
|
||||
).catch(res=>{
|
||||
this.loadingShow = false
|
||||
@@ -651,6 +662,7 @@ export default defineComponent({
|
||||
},
|
||||
clothesOpen(index:any){
|
||||
this.clothesDetail('',index)
|
||||
|
||||
},
|
||||
clothesOpenActive(index:any){
|
||||
this.designItemDetail.clothes.forEach((item:any)=>{
|
||||
@@ -688,6 +700,11 @@ export default defineComponent({
|
||||
this.store.commit('setDesignPreviewData',data)
|
||||
let DesignDetailAlter:any = this.$refs.DesignDetailAlter
|
||||
DesignDetailAlter.changePlace()
|
||||
if(this.driver__.driver){
|
||||
nextTick().then(()=>{
|
||||
driverObj__.moveNext();
|
||||
})
|
||||
}
|
||||
},
|
||||
//重新设计
|
||||
redesignItem(){
|
||||
@@ -852,6 +869,7 @@ export default defineComponent({
|
||||
position: relative;
|
||||
height: 80%;
|
||||
display: inline-block;
|
||||
width: 100%;
|
||||
.detail_modal_model{
|
||||
z-index: 1;
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user