shish 2 lat temu
rodzic
commit
67c3e1f4a2
1 zmienionych plików z 4 dodań i 0 usunięć
  1. 4 0
      hdApp/src/pagesPurchase/components/item.vue

+ 4 - 0
hdApp/src/pagesPurchase/components/item.vue

@@ -7,6 +7,10 @@
 			<view class="tit" >
 				<text style="font-size:20upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				v-if="info.presell == 1">预售</text>
+
+				<text style="font-size:20upx;border:1upx solid red;color:white;background-color:red;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
+				v-if="info.limitBuy > 0">限购{{ info.limitBuy }}份</text>
+
 				{{ info.name||''}}
 			</view>
 			<view class="kc num-open_bx flex-space">