|
@@ -13,8 +13,6 @@ Component({
|
|
},
|
|
},
|
|
|
|
|
|
attached() {
|
|
attached() {
|
|
- console.log('specialData.item_type :', this.properties.specialData);
|
|
|
|
- console.log('items :', this.properties.items);
|
|
|
|
let has_margin = this.properties.specialData.has_margin;
|
|
let has_margin = this.properties.specialData.has_margin;
|
|
let sub_items_length = this.properties.specialData.items.length;
|
|
let sub_items_length = this.properties.specialData.items.length;
|
|
let firstSubWidth = this.properties.specialData.items[0].width;
|
|
let firstSubWidth = this.properties.specialData.items[0].width;
|