C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
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. });