index.js 94 B

1234567
  1. Component({
  2. properties: {
  3. followList: {
  4. type: Array
  5. }
  6. }
  7. })