deguodaigou/components/index/list/index.js

9 lines
98 B
JavaScript
Raw Normal View History

2019-12-13 03:43:02 +00:00
Component({
properties: {
2019-12-18 10:10:15 +00:00
list:Array
2019-12-13 03:43:02 +00:00
},
data: {
},
methods: {
}
})