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.

29 lines
409 B

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