2023-11-22-dist

This commit is contained in:
X1627315083
2023-11-22 17:05:09 +08:00
parent 4c5af44e3d
commit 4baf8f3e3e
13 changed files with 47 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div class="generate">
<div class="generate Guide_1_6">
<div v-if="type_.type2 == 'Sketchboard'|| type_.type2 == 'Printboard'" class="generate_checkbox">
<div>
<label>
@@ -40,7 +40,7 @@
</ul>
</div>
</div>
<div v-else class="input_box" :class="{active:inputShow}">
<div v-else class="input_box Guide_1_5" :class="[inputShow?'active':'',]">
<input
class="search_input"
@input="ifMaximumLength"
@@ -191,6 +191,7 @@ import { getCookie } from "@/tool/cookie";
import { getUploadUrl } from "@/tool/util";
import { forEach } from "jszip";
import scaleImage from "@/component/HomePage/scaleImage.vue";
import { openGuide,driverObj__,driverIndex__ } from "@/tool/guide";
import { useI18n } from "vue-i18n";
export default defineComponent({
components: {
@@ -445,8 +446,8 @@ export default defineComponent({
}
this.fileList.push(arr)
this.loadingShow = false
})
driverObj__.moveNext()
}
}
).catch(res=>{