// commpents/match-achieve/group.js Component({ /** * 组件的属性列表 */ properties: { teamintegralList: { type: Array }, }, /** * 组件的初始数据 */ data: { top: ["积分排名", "积分"], }, /** * 组件的方法列表 */ methods: { } })