deguodaigou/components/index/list/index.js

9 lines
106 B
JavaScript
Raw Normal View History

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