shish 3 лет назад
Родитель
Сommit
25b01debbb
2 измененных файлов с 8 добавлено и 8 удалено
  1. 4 5
      ghsApp/src/pagesOrder/detail.vue
  2. 4 3
      hdApp/src/pagesPurchase/purDetails.vue

+ 4 - 5
ghsApp/src/pagesOrder/detail.vue

@@ -120,7 +120,7 @@
 									<text class="item-price">
 										<text class="unit"></text>
 										<text class="price">
-											<text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} x ¥{{parseFloat(s.xhUnitPrice)}}</text>
+											<text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} * ¥{{parseFloat(s.xhUnitPrice)}}</text>
 											<text></text>
 										</text>
 									</text>
@@ -714,12 +714,11 @@ export default {
 							width:360upx;
 						}
 						.item-price {
-							color: #333;
-							font-size: 22upx;
+							color:black;
+							font-weight:bold;
+							font-size: 28upx;
 							.price {
 								font-size: 27upx;
-								color:black;
-								font-weight:bold;
 							}
 						}
 						.item-type {

+ 4 - 3
hdApp/src/pagesPurchase/purDetails.vue

@@ -110,7 +110,7 @@
                   <text class="item-price">
                     <text class="unit"></text>
                     <text class="price">
-                      <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} x ¥{{parseFloat(s.xhUnitPrice)}}</text>
+                      <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} * ¥{{parseFloat(s.xhUnitPrice)}}</text>
                       <text v-else></text>
                     </text>
                   </text>
@@ -462,9 +462,10 @@ export default {
             }
             .item-price {
               color: black;
-              font-size: 22upx;
+              font-size: 27upx;
+              font-weight:bold;
               .price {
-                font-size: 27upx;
+                font-size: 28upx;
                 font-weight:bold;
               }
             }