deguodaigou/components/index/list/index.js

9 lines
106 B
JavaScript
Raw Permalink Normal View History

2019-12-23 06:13:27 +00:00
Component({
properties: {
list:Array
},
data: {
},
methods: {
}
2019-12-13 03:43:02 +00:00
})