Component({ properties: { list: { type: Array } }, //组件中使用 lifetimes: { attached: function () { getApp().globalData.Language.getLanguagePackage(this) } }, })