text.js 216 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 // 20rpx的间距,后期可完善,空标签切记不要去除 Component({ properties: { floorData: { type: Object, value: {} } }, data: {}, methods: {} });