fix
This commit is contained in:
@@ -159,7 +159,7 @@ export default defineComponent({
|
||||
this.colorList[this.selectIndex] = newVal.rgba
|
||||
let colorList =this.colorList.filter((v) => v && Object.keys(v).length)
|
||||
this.setColorboardList(colorList)
|
||||
this.clearSelectColor()
|
||||
// this.clearSelectColor()
|
||||
}
|
||||
},
|
||||
computed:{
|
||||
@@ -235,13 +235,13 @@ export default defineComponent({
|
||||
message.info(this.t('ColorboardUpload.jsContent1'))
|
||||
}
|
||||
},false)
|
||||
this.clearSelectColor()
|
||||
if ("EyeDropper" in window) {
|
||||
console.log(true);
|
||||
}
|
||||
else {
|
||||
console.log(false);
|
||||
}
|
||||
// this.clearSelectColor()
|
||||
// if ("EyeDropper" in window) {
|
||||
// console.log(true);
|
||||
// }
|
||||
// else {
|
||||
// console.log(false);
|
||||
// }
|
||||
},
|
||||
methods:{
|
||||
clearSelectColor(){
|
||||
|
||||
@@ -337,7 +337,7 @@ export default defineComponent({
|
||||
data.type_ = this.type_;
|
||||
data.resData = JSON.parse(JSON.stringify(data))
|
||||
this.store.commit("addGenerateMaterialFils", data);
|
||||
console.log(this.fileList);
|
||||
// console.log(this.fileList);
|
||||
let moodboard = this.store.state.UploadFilesModule.moodboard
|
||||
if(moodboard.length >= 2 && this.driver__.driver){
|
||||
driverObj__.moveNext()
|
||||
|
||||
Reference in New Issue
Block a user