index.js 184 B

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