home-card.js 95 B

1234567
  1. Component({
  2. properties: {
  3. newsData: Object
  4. },
  5. data: {},
  6. methods: {}
  7. })