shish 2 лет назад
Родитель
Сommit
73082064c4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      ghsApp/src/pagesPurchase/info.vue

+ 1 - 1
ghsApp/src/pagesPurchase/info.vue

@@ -93,7 +93,7 @@
 									<text class="item-name">
 				<text style="font-size:22upx;border:1upx solid #3385ff;color:white;background-color:#3385ff;margin-right:5upx;padding-left:5upx;padding-right:5upx;" 
 				v-if="s.presell == 1">预售</text>
-										{{ s.name }}
+										{{ s.name }}<text v-if="s.ratioType == 0" style="color:#cccccc;font-size:28upx;margin-left:6upx;font-weight:normal;">{{s.ratio}}{{s.smallUnit}}装</text>
 									</text>
 									<text class="item-price">
 										<text class="price">¥{{s.totalPrice ? parseFloat(s.totalPrice) : 0}}</text>