2023-11-28-用户指引功能
This commit is contained in:
@@ -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{
|
||||
|
||||
Reference in New Issue
Block a user