2019-05-10 09:43:53 +08:00

16 lines
202 B
JavaScript

// components/goodList/index.js
Component({
properties: {
status: {
type: String,
value: 0,
},
bastList: {
type: Object,
value: [],
}
},
data: {
}
})