zs 2 năm trước cách đây
mục cha
commit
24320e9e8c
1 tập tin đã thay đổi với 4 bổ sung3 xóa
  1. 4 3
      pagesHome/group/index.vue

+ 4 - 3
pagesHome/group/index.vue

@@ -15,8 +15,7 @@
 							<text>店铺:{{shopInfo.name}}</text>
 						</view>
 						<view class="money">
-							<text>¥</text>
-							<text>{{specsInfo.group_config.money}}</text>
+							原价¥<text>{{specsInfo.sell_money}}</text>团购价¥<text>{{specsInfo.group_config.money}}</text>
 						</view>
 					</view>
 				</view>
@@ -330,8 +329,10 @@
 						font-size: var(--font14Size);
 						margin: 0 0 1vw 0;
 
-						text:last-child {
+						text {
 							font-size: var(--font16Size);
+							font-weight: bold;
+							margin: 0 1vw 0 0;
 						}
 					}
 				}