index.js 221 B

123456789101112
  1. Component({
  2. properties: {
  3. list: {
  4. type: Array
  5. }
  6. },
  7. lifetimes: {
  8. attached: function () {
  9. getApp().globalData.Language.getLanguagePackage(this)
  10. }
  11. },
  12. })