diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxml b/components/diy_goodsGroup/diy_goodsGroup.wxml
index ce71705..4eb51b0 100644
--- a/components/diy_goodsGroup/diy_goodsGroup.wxml
+++ b/components/diy_goodsGroup/diy_goodsGroup.wxml
@@ -49,7 +49,10 @@
¥
{{filter.toFix(item[card_field],2)}}
- {{card_name}}
+
+
+ {{card_name}}
+
@@ -98,7 +101,10 @@
¥
{{filter.toFix(g_filter.get_card_price(item,card_list,0),2)}}
- {{g_filter.get_card_price(item,card_list,1)}}
+
+
+ {{g_filter.get_card_price(item,card_list,1)}}
+
@@ -186,7 +192,10 @@
¥
{{filter.toFix(item[card_field],2)}}
- {{card_name}}
+
+
+ {{card_name}}
+
@@ -235,7 +244,10 @@
¥
{{filter.toFix(g_filter.get_card_price(item,card_list,0),2)}}
- {{g_filter.get_card_price(item,card_list,1)}}
+
+
+ {{g_filter.get_card_price(item,card_list,1)}}
+
@@ -322,7 +334,10 @@
¥
{{filter.toFix(item[card_field],2)}}
- {{card_name}}
+
+
+ {{card_name}}
+
@@ -371,7 +386,10 @@
¥
{{filter.toFix(g_filter.get_card_price(item,card_list,0),2)}}
- {{g_filter.get_card_price(item,card_list,1)}}
+
+
+ {{g_filter.get_card_price(item,card_list,1)}}
+
@@ -453,7 +471,10 @@
¥
{{filter.toFix(item[card_field],2)}}
- {{card_name}}
+
+
+ {{card_name}}
+
@@ -502,7 +523,8 @@
¥
{{filter.toFix(g_filter.get_card_price(item,card_list,0),2)}}
- {{g_filter.get_card_price(item,card_list,1)}}
+
+ {{g_filter.get_card_price(item,card_list,1)}}
diff --git a/components/diy_goodsGroup/diy_goodsGroup.wxss b/components/diy_goodsGroup/diy_goodsGroup.wxss
index aeb3a85..18ec7fb 100644
--- a/components/diy_goodsGroup/diy_goodsGroup.wxss
+++ b/components/diy_goodsGroup/diy_goodsGroup.wxss
@@ -258,7 +258,7 @@
.zs_goods_wai_ban {
display: flex;
/* padding-left: 2rpx; */
- margin-bottom: 12rpx;
+ /* margin-bottom: 12rpx; */
width: 48%;
float: left;
background: #fff;
@@ -284,6 +284,7 @@
.button-wrapper button {
/*width: 94%;*/
border: none;
+ margin-top: 10rpx;
}
.zs_t_img_2l {
@@ -572,3 +573,5 @@
}
+
+