diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue index a69c776..def431b 100644 --- a/pages/shop/GoodsList/index.vue +++ b/pages/shop/GoodsList/index.vue @@ -104,7 +104,10 @@ {{ item.name }} - {{ item.typeName || ' ' }} + + {{ item.typeName }} + +   @@ -117,6 +120,7 @@ @@ -425,12 +429,20 @@ export default { font-weight: bold; } .type { + display: flex; margin: 10rpx 0 0 0; + .type-tag { + padding: 4px 8px; + border-radius: 3px; + font-size: 12px; + color: #946300; + background: linear-gradient(to bottom, #FDF8B9, #E3A72C); + } } .desc { display: flex; justify-content: space-between; - margin: 10rpx 0 0 0; + align-items: center; font-size: 14px; .tip { flex: 1;