shish 3 ani în urmă
părinte
comite
7af8806f2b
1 a modificat fișierele cu 5 adăugiri și 1 ștergeri
  1. 5 1
      ghsApp/src/pagesPurchase/info.vue

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

@@ -79,7 +79,11 @@
 							<image class="item-icon" :src="s.cover" alt="" />
 							<image class="item-icon" :src="s.cover" alt="" />
 							<view class="item-info">
 							<view class="item-info">
 								<view class="info-line">
 								<view class="info-line">
-									<text class="item-name">{{ s.name }}</text>
+									<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 }}
+									</text>
 									<text class="item-price">
 									<text class="item-price">
 										<text class="price">¥{{s.totalPrice ? parseFloat(s.totalPrice) : 0}}</text>
 										<text class="price">¥{{s.totalPrice ? parseFloat(s.totalPrice) : 0}}</text>
 									</text>
 									</text>