This commit is contained in:
2023-10-11 17:34:14 +08:00
parent 98dc5cd8f7
commit 268ffecff7
35 changed files with 1947 additions and 878 deletions

View File

@@ -31,8 +31,6 @@ export default defineComponent({
top:this.$refs.imgbox.offsetTop,
scrollTop:this.$refs.scrollTop || 0,
}
console.log(this.imgBox)
},
methods:{
AddDian(color){
@@ -40,7 +38,6 @@ export default defineComponent({
this.intObj = {
color:color
}
console.log(this.intObj)
},
startMove(event){