2023-11-29-dist

This commit is contained in:
X1627315083
2023-11-29 09:56:48 +08:00
parent 38ee708a85
commit 22df874f78
31 changed files with 102 additions and 91 deletions

View File

@@ -27,7 +27,7 @@
<div v-show="openClick == 1" class="sketchboard_body">
<div class="upload_img_body scroll_style">
<div class="upload_item">
<div
<div
class="upload_file_item"
v-for="(file, index) in fileList"
:key="file"
@@ -347,7 +347,9 @@ export default defineComponent({
sketchboardList:{
handler(newVal:any,oldVal:any){
if(newVal.length>=2 && this.driver__.driver){
driverObj__.moveTo(14)
console.log(newVal);
driverObj__.moveTo(16)
}
}
}
@@ -395,11 +397,12 @@ export default defineComponent({
let res = JSON.parse(file.xhr.response);
file.imgUrl = res.data.url;
file.resData = res.data;
file.pin = false;
// file.pin = false;
file.categoryValue = this.sketchCatecoryList?.[0]?.value;
file.category = this.sketchCatecoryList?.[0]?.name;
file.categoryShow = false;
file.id_ = GO.id++
file.id = res.data.id
file.type_ = {
type1:'upload',
type2:'Sketchboard'