shish vor 2 Monaten
Ursprung
Commit
cc3d446263
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  1. 2 0
      ghsApp/src/admin/changePrice/components/changeStockItem2.vue

+ 2 - 0
ghsApp/src/admin/changePrice/components/changeStockItem2.vue

@@ -18,6 +18,8 @@
 			<view class="tit">
 			<view class="tit">
 				<text style="font-size:22upx;border:1upx solid #4CAF50;color:white;background-color:#4CAF50;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				<text style="font-size:22upx;border:1upx solid #4CAF50;color:white;background-color:#4CAF50;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				v-if="info.presell == 1">预售</text>
 				v-if="info.presell == 1">预售</text>
+				<text style="font-size:22upx;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 || "" }}
 				{{ info.name || "" }}
 			</view>
 			</view>
 			<view class="kc">¥{{ parseFloat(info.price) }}</view>
 			<view class="kc">¥{{ parseFloat(info.price) }}</view>