2023-11-29-dist
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user