diff --git a/components/BeerCard.vue b/components/BeerCard.vue
index 00c9fc6..07288b6 100644
--- a/components/BeerCard.vue
+++ b/components/BeerCard.vue
@@ -46,11 +46,10 @@
box-shadow: 0 2rpx 12rpx rgba(0, 0, 0, 0.05);
transition: all 0.3s ease;
-
&:active {
transform: scale(0.98);
}
-
+
.beer-cover {
width: 144rpx;
height: 204rpx;
@@ -58,7 +57,7 @@
border-radius: 12rpx;
object-fit: cover;
}
-
+
.beer-info {
.beer-name {
font-size: 32rpx;
@@ -82,7 +81,7 @@
margin-right: 12rpx;
border-radius: 50%;
}
-
+
.brand-name {
font-size: 28rpx;
color: #1E2019;
@@ -104,7 +103,7 @@
margin-right: 4rpx;
}
}
-
+
.review-count {
color: #5F5F63;
font-size: 24rpx;
diff --git a/pages/index/brandHome.vue b/pages/index/brandHome.vue
index d8e973a..026fffe 100644
--- a/pages/index/brandHome.vue
+++ b/pages/index/brandHome.vue
@@ -14,120 +14,213 @@
+
+
-
-
+
+
{{ breweryInfo.brandName}}
- {{breweryInfo.country}}·{{breweryInfo.province}}·{{breweryInfo.city}}
+
+
+ {{breweryInfo.country}}·{{breweryInfo.province}}·{{breweryInfo.city}}
+
-
-
+
+
-
-
+
+
-
-
+
+
+
{{ beerTotal}}
在售酒款
+
{{ breweryInfo.buildingDate && breweryInfo.buildingDate.substr(0,4)}}
since
+
{{myCoin || '--'}}
啤酒币
-
-
- {{breweryInfo.desc}}
+
+
+ {{breweryInfo.desc}}
+
+
+
+
+ 在售酒款
+
+
+ 累积活动
+
+
+ 啤酒币兑换
+
+
+
+
-
- 累积活动
- 在售酒款
- 啤酒币兑换
-
-
-
-
-
-
-
-
-
-
-
-
- {{ it.beerName}}
- {{ it.beerStyles }}
- {{ it.brandName }}
-
-
-
- {{ it.beerOverallRating || 0 }}({{ it.beerReviewsCount || 0}})
-
+
+
+
+
+
+
+
+
+
+ 加载中...
+
+ 没有更多了
+
+
+
+
+ 暂无在售酒款
-
+
+
+
+
+
+
+
+ 暂无活动
+
+
+
+
+
+
+
+
+
+
+
+ 加载中...
+
+ 没有更多了
+
+
+
+
-
-
-
-
-
-
-
-
- {{ item.goodsName }}
-
-
-
- {{ item.redeemedNum}}
-
-
+
+
+
+
+
+
+ {{item.goodsName}}
+
+
+ {{item.redeemedNum}}
+
+
+ {{item.brandName}}
+
-
-
+
+
+
+
+ 加载中...
+
+ 没有更多了
+
+
+
+
+ 暂无兑换商品
+
+
-
\ No newline at end of file