zhengkaixin преди 7 месеца
родител
ревизия
35f1858373
променени са 3 файла, в които са добавени 10 реда и са изтрити 10 реда
  1. 4 4
      .env.dev.js
  2. 3 3
      pagesFinance/user/withdrawal/businessView-1.vue
  3. 3 3
      pagesFinance/user/withdrawal/businessView-3.vue

+ 4 - 4
.env.dev.js

@@ -3,7 +3,7 @@ const UNI_APP = {
 	BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
 	
 	//BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
-	//BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
+	BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
 	//BASE_URL: 'http://192.168.77.162:8081/charging-station/' ,
 	
 	ProjectName :"运管中心",
@@ -13,10 +13,10 @@ const UNI_APP = {
 	//openId:"oK9Wr59rru-i3bm7dtTtxnkR-i4s",
 	openId:"oSruR6exarwenvByKxUp_CvbXg9Q",//老板
 	openId:"oSruR6bebprt9L6EebBQq4KzArYQ",//提现
-	//openId:"oSruR6dZcmSM4ATuweZ5fjHGQsiA", //杨所
+	openId:"oSruR6dZcmSM4ATuweZ5fjHGQsiA", //杨所
 	//openId:"oK9Wr56yEh-TbCvUg3s9LYQSL8tM",
-	openId:"oSruR6YkhP7QDroLnZGxWis43Kn0",//zkx
-	openId:"oSruR6dsG6wrbiQCwyftfgnp5690",//舒展, 物业
+	//openId:"oSruR6YkhP7QDroLnZGxWis43Kn0",//zkx
+	//openId:"oSruR6dsG6wrbiQCwyftfgnp5690",//舒展, 物业
 	//openId:"oK9Wr55J1J1eL6BqI2tW749NTxNU",
 	
 	//openId:"oSruR6dq-Bh9H47q09O39synSfCY",//fl

+ 3 - 3
pagesFinance/user/withdrawal/businessView-1.vue

@@ -67,20 +67,20 @@
 				<view class="withdraw-head">
 					<b>电价</b>
 					<span>
-						<view class="uni-input">{{info.electricityPrice.toFixed(2)}}元/度</view>
+						<view class="uni-input">{{info.electricityPrice}}元/度</view>
 					</span>
 				</view>
 
 				<view class="withdraw-head ">
 					<b>电量</b>
 					<span>
-						<view class="uni-input">{{info.electricQuantity.toFixed(2)}}度</view>
+						<view class="uni-input">{{info.electricQuantity}}度</view>
 					</span>
 				</view>
 				<view class="withdraw-head border-n">
 					<b>电费</b>
 					<span>
-						<view class="uni-input">{{info.electricityCost.toFixed(2)}}元</view>
+						<view class="uni-input">{{info.electricityCost}}元</view>
 					</span>
 				</view>
 			</view>

+ 3 - 3
pagesFinance/user/withdrawal/businessView-3.vue

@@ -100,20 +100,20 @@
 				<view class="withdraw-head">
 					<b>电价</b>
 					<span>
-						<view class="uni-input">{{info.electricityPrice.toFixed(2)}}元/度</view>
+						<view class="uni-input">{{info.electricityPrice}}元/度</view>
 					</span>
 				</view>
 			
 				<view class="withdraw-head ">
 					<b>电量</b>
 					<span>
-						<view class="uni-input">{{info.electricQuantity.toFixed(2)}}度</view>
+						<view class="uni-input">{{info.electricQuantity}}度</view>
 					</span>
 				</view>
 				<view class="withdraw-head border-n">
 					<b>成本</b>
 					<span>
-						<view class="uni-input">{{info.electricityCost.toFixed(2)}}元</view>
+						<view class="uni-input">{{info.electricityCost}}元</view>
 					</span>
 				</view>
 			</view>