deguodaigou/components/index/list/index.js

10 lines
127 B
JavaScript
Raw Normal View History

2019-12-23 02:04:09 +00:00
Component({
properties: {
2020-01-02 06:28:07 +00:00
list:Array,
huilv:String
2019-12-23 02:04:09 +00:00
},
data: {
},
methods: {
}
2019-12-13 03:43:02 +00:00
})