EP-WachatApp/eaterplanet_ecommerce/components/orderComment/index.js

11 lines
114 B
JavaScript
Raw Normal View History

2023-03-24 11:24:28 +08:00
Component({
/**
* 组件的属性列表
*/
properties: {
comment: {
type: String
}
}
})