From d457edbc5398c220aa56e2c61b37ec31d054e7ea Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Wed, 25 Sep 2024 13:47:45 +0800 Subject: [PATCH] 1.diy---header --- components/diy/footer.vue | 16 ++++++++++------ components/diy/goods-list.vue | 14 +++++++------- 2 files changed, 17 insertions(+), 13 deletions(-) diff --git a/components/diy/footer.vue b/components/diy/footer.vue index ce43fbb2..c477ec81 100644 --- a/components/diy/footer.vue +++ b/components/diy/footer.vue @@ -5,12 +5,12 @@ - + - + - + {{ item.name }} @@ -106,9 +106,9 @@ background-color: transparent; .footer-nav-content { min-height: 140rpx; - .img { - width: 40rpx; - height: 40rpx; + .img-content { + width: 44rpx; + height: 44rpx; .img-item { width: 44rpx; height: 44rpx; @@ -116,6 +116,10 @@ &.active { opacity: 1; } + .img { + width: 44rpx; + height: 44rpx; + } } } } diff --git a/components/diy/goods-list.vue b/components/diy/goods-list.vue index d0cf1771..6a178e32 100644 --- a/components/diy/goods-list.vue +++ b/components/diy/goods-list.vue @@ -37,7 +37,7 @@ {{ item.show_price_unit }} - + {{ item.show_original_price_symbol }}{{ item.min_original_price }} @@ -75,7 +75,7 @@ {{ item.show_price_unit }} - + {{ item.show_original_price_symbol }}{{ item.min_original_price }} @@ -127,7 +127,7 @@ {{ item.show_price_unit }} - + {{ item.show_original_price_symbol }}{{ item.min_original_price }} @@ -156,7 +156,7 @@ - + @@ -174,7 +174,7 @@ imageEmpty, componentBadge, componentGoodsBuy, - componentCartParaCurve + componentCartParaCurve, }, props: { value: { @@ -274,7 +274,7 @@ })); } else if (!isEmpty(this.form.data_auto_list) && this.form.data_type == '1') { // 筛选商品并且筛选商品数组不为空 - new_list = this.form.data_auto_list + new_list = this.form.data_auto_list; } else { // 为空的时候走默认数据 new_list = Array(4).fill(this.default_list); @@ -587,4 +587,4 @@ top: -20rpx; right: 0; } - \ No newline at end of file +