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

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