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

+ 8 - 6
ghsApp/src/pagesOrder/detail.vue

@@ -120,7 +120,7 @@
 									<text class="item-price">
 									<text class="item-price">
 										<text class="unit"></text>
 										<text class="unit"></text>
 										<text class="price">
 										<text class="price">
-											<text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}}*¥{{parseFloat(s.xhUnitPrice)}}</text>
+											<text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} x ¥{{parseFloat(s.xhUnitPrice)}}</text>
 											<text></text>
 											<text></text>
 										</text>
 										</text>
 									</text>
 									</text>
@@ -717,7 +717,9 @@ export default {
 							color: #333;
 							color: #333;
 							font-size: 22upx;
 							font-size: 22upx;
 							.price {
 							.price {
-								font-size: 25upx;
+								font-size: 27upx;
+								color:black;
+								font-weight:bold;
 							}
 							}
 						}
 						}
 						.item-type {
 						.item-type {
@@ -726,7 +728,8 @@ export default {
 						}
 						}
 						.item-count {
 						.item-count {
 							color: #666;
 							color: #666;
-							font-size: 24upx;
+							font-size: 28upx;
+							color:black;
 						}
 						}
 					}
 					}
 				}
 				}
@@ -753,10 +756,9 @@ export default {
 			}
 			}
 			.describe-view {
 			.describe-view {
 				display: flex;
 				display: flex;
-
 				align-items: center;
 				align-items: center;
-				color: #333;
-				font-size: 24upx;
+				color: black;
+				font-size: 25upx;
 				.price {
 				.price {
 					font-weight: bold;
 					font-weight: bold;
 					font-size: 28upx;
 					font-size: 28upx;

+ 8 - 8
hdApp/src/pagesPurchase/purDetails.vue

@@ -110,7 +110,7 @@
                   <text class="item-price">
                   <text class="item-price">
                     <text class="unit"></text>
                     <text class="unit"></text>
                     <text class="price">
                     <text class="price">
-                      <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}}*¥{{parseFloat(s.xhUnitPrice)}}</text>
+                      <text v-if="detailInfo.stockChange == 1">{{parseFloat(s.xhNum)}}{{s.xhUnitName}} x ¥{{parseFloat(s.xhUnitPrice)}}</text>
                       <text v-else></text>
                       <text v-else></text>
                     </text>
                     </text>
                   </text>
                   </text>
@@ -461,10 +461,11 @@ export default {
 							width:360upx;
 							width:360upx;
             }
             }
             .item-price {
             .item-price {
-              color: #333;
+              color: black;
               font-size: 22upx;
               font-size: 22upx;
               .price {
               .price {
-                font-size: 25upx;
+                font-size: 27upx;
+                font-weight:bold;
               }
               }
             }
             }
             .item-type {
             .item-type {
@@ -472,8 +473,8 @@ export default {
               font-size: 24upx;
               font-size: 24upx;
             }
             }
             .item-count {
             .item-count {
-              color: #666;
-              font-size: 24upx;
+              color: black;
+              font-size: 28upx;
             }
             }
           }
           }
         }
         }
@@ -500,10 +501,9 @@ export default {
       }
       }
       .describe-view {
       .describe-view {
         display: flex;
         display: flex;
-
         align-items: center;
         align-items: center;
-        color: #333;
-        font-size: 24upx;
+        color: black;
+        font-size: 25upx;
         .price {
         .price {
           font-weight: bold;
           font-weight: bold;
           font-size: 30upx;
           font-size: 30upx;