You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
387 B

4 months ago
// components/goods-list/goods-list.js
Component({
/**
* 212206213邓泽玉组件的属性列表
4 months ago
*/
properties: {
goodsData:{
type:Array,
value:[]
}
},
/**
* 组件的初始数据212206213邓泽玉
4 months ago
*/
data: {
},
/**
* 组件的方法列表212206213邓泽玉
4 months ago
*/
methods: {
}
})