EP-WachatApp/eaterplanet_ecommerce/components/load-more/index.js

17 lines
243 B
JavaScript

// eaterplanet_ecommerce/components/load-more/index.js
Component({
/**
* 组件的属性列表
*/
properties: {
loading: {
type: Boolean,
value: true
},
tip: {
type: String,
value: ""
}
}
})