loadmore 7.23

This commit is contained in:
2020-07-23 20:58:56 +08:00
parent be9f2ec1c7
commit 59362ebc7c
12 changed files with 227 additions and 83 deletions

View File

@@ -57,7 +57,7 @@ export default {
watch:{
select(){
// console.log(this.select)
this.$emit("sel",this.select)
this.$emit("sel", this.select);
}
}
}

View File

@@ -100,8 +100,8 @@ export default {
},
watch:{
sel(){
// console.log(this.sel)
this.$emit('xuanze',this.sel)
console.log(this.sel)
this.$emit('xuanze', this.sel)
}
}
}