vmaAssist.js?2090:1 Uncaught (in promise) TypeError: Cannot create property '__' on number '19'
homeApi.getDataScreen(this.cardId ).then(data => { this.dataScreen = data })
是传的参数 this.cardId 的格式不对 要传一个数组
homeApi.getDataScreen(this.cardId ).then(data => { this.dataScreen = data })
是传的参数 this.cardId 的格式不对 要传一个数组