Component({ properties: { id: String, thumb: String, name: String, spec: String, count: Number, price: Number, isPreSale: { type: Boolean, value: false, }, }, methods: { onClickGoods() { this.triggerEvent('click', { row: this.data }); }, }, });