diff --git a/components/m-buy/goods.vue b/components/m-buy/goods.vue
index 075b1da..60724a3 100644
--- a/components/m-buy/goods.vue
+++ b/components/m-buy/goods.vue
@@ -473,6 +473,8 @@
color: #999 !important;
font-size: 24rpx;
margin:0 20rpx;
+ display: flex;
+ justify-content: center;
}
.goods-header {
@@ -492,7 +494,8 @@
.goods-price {
color: $price-color;
- line-height: 80rpx;
+ line-height: 80rpx;
+ margin-right: 20rpx;
>* {
color: $price-color;
line-height: 80rpx;
diff --git a/pages/product/goods.vue b/pages/product/goods.vue
index 0f24955..f6178d7 100644
--- a/pages/product/goods.vue
+++ b/pages/product/goods.vue
@@ -150,9 +150,14 @@
- ¥{{ formatPrice(goodsDetail.price)[0] }}.{{ formatPrice(goodsDetail.price)[1] }}
+