zhengkaixin 1 year ago
parent
commit
1a62ee9db1
1 changed files with 5 additions and 3 deletions
  1. 5 3
      pages/index/index.vue

+ 5 - 3
pages/index/index.vue

@@ -414,7 +414,8 @@
 					
 					<view class="price" v-if="personInfo&&personInfo.userType==2">
 						<view class="price-1">
-							<text class="num">
+							<text class="num">
+							
 								{{!stationData.giveDiscount ? (stationData.electricityPrice+stationData.servicePrice).toFixed(2)
 								: (stationData.electricityPrice+stationData.discountServicePrice).toFixed(2)}}</text>
 							<text class="unit " oldstyle="font-size: 48rpx;">元/度</text>
@@ -2166,8 +2167,9 @@
 
 			.price-2 {
 				font-size: 24rpx;
-				color: #fff;
-				margin-left: 8rpx;
+				
+				margin-left: 8rpx;
+				color: #999999;
 				text-decoration: line-through;
 			}
 			.price-3 {