C端小程序
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.

15 lines
230 B

  1. Component({
  2. externalClasses: ['i-class'],
  3. properties: {
  4. loading: {
  5. type: Boolean,
  6. value: true
  7. },
  8. tip: {
  9. type: String,
  10. value: ''
  11. }
  12. },
  13. });