This commit is contained in:
X1627315083
2023-12-15 15:23:34 +08:00
parent 909ea7ac2f
commit fc4403c6ca
48 changed files with 211 additions and 107 deletions

View File

@@ -187,7 +187,7 @@ import { useStore } from "vuex";
import GO from "@/tool/GO";
import { getCookie } from "@/tool/cookie";
import { getUploadUrl } from "@/tool/util";
import { forEach } from "jszip";
// import { forEach } from "jszip";
import scaleImage from "@/component/HomePage/scaleImage.vue";
import { openGuide,driverObj__,driverIndex__ } from "@/tool/guide";
import { useI18n } from "vue-i18n";
@@ -587,6 +587,7 @@ export default defineComponent({
}
if(item.checked){
item.checked = false
this.collectionElementid = ''
}else{
this.sketchboardList.forEach((v:any)=>{
if(v.checked){
@@ -594,8 +595,8 @@ export default defineComponent({
}
})
item.checked = true
this.collectionElementid = item.id
}
this.collectionElementid = item.id
this.level2Type = item.category
if(this.driver__.driver){
driverObj__.moveNext()