2023-11-28-用户指引功能

This commit is contained in:
X1627315083
2023-11-28 16:21:00 +08:00
parent d206509d93
commit 1987ed7f15
26 changed files with 658 additions and 212 deletions

View File

@@ -109,7 +109,7 @@
></Generate>
</div>
<div v-show="moodboarList.length" class="modal_right">
<div class="modal_layout Guide_1_7">
<div class="modal_layout Guide_1_7" :class="[driver__.driver?'showEvents':'']">
<div class="modal_text">
<div>
{{ $t('MoodboardUpload.Thumbnail') }}
@@ -268,6 +268,8 @@ export default defineComponent({
},
driver__:{
handler(newVal,oldVal){
console.log(newVal,'======');
if(newVal.index >= 1 && newVal.index <= 2){
this.open(newVal.index)
}else{