zs há 2 anos atrás
pai
commit
b29ac7b5eb
1 ficheiros alterados com 10 adições e 0 exclusões
  1. 10 0
      pagesMy/order/index.vue

+ 10 - 0
pagesMy/order/index.vue

@@ -38,6 +38,7 @@
 																{{tags.name}}
 															</view>
 															<text v-if="tags.gift.length>0" class="gift">赠品</text>
+															<text v-if="tags.sp_price" class="act">特价</text>
 														</view>
 														<view class="market_3">
 															<view v-if="item.type=='0'" class="price">
@@ -625,12 +626,21 @@
 											}
 
 											.gift {
+												margin: 0 1vw 0 0;
 												font-size: 12px;
 												color: #FFA500;
 												border: 1px solid #FFA500;
 												border-radius: 5px;
 												padding: 0 1vw;
 											}
+
+											.act {
+												font-size: 12px;
+												border: 1px solid var(--fFB1Color);
+												color: var(--fFB1Color);
+												border-radius: 5px;
+												padding: 0 1vw;
+											}
 										}
 
 										.market_3 {