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.

index.js 377 B

6 years ago
12345678910111213141516171819202122
  1. Component({
  2. externalClasses: ['i-class'],
  3. properties: {
  4. type: {
  5. type: String,
  6. value: ''
  7. },
  8. custom: {
  9. type: String,
  10. value: ''
  11. },
  12. size: {
  13. type: Number,
  14. value: 14
  15. },
  16. color: {
  17. type: String,
  18. value: ''
  19. }
  20. }
  21. });