分类完善

This commit is contained in:
2019-12-19 17:22:23 +08:00
parent 0c0acf2540
commit edc8983853
9 changed files with 158 additions and 123 deletions

View File

@@ -12,6 +12,7 @@ Component({
this.setData({
id: a.target.dataset.id
})
this.triggerEvent("select",{id:a.target.dataset.id})
}
}
})