product-detail-header.js 277 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 // page/subPackage/pages/zeroSell/components/product-detail-header.js Component({ properties: { product: { type: Object }, avatars: { type: Array } }, ready:function() { // console.log(`productdetail: ${this.properties.avatars}`) } });