zhengkaixin 8 kuukautta sitten
vanhempi
commit
2bb226eca5
2 muutettua tiedostoa jossa 3 lisäystä ja 3 poistoa
  1. 1 1
      config/.env.dev.ud.js
  2. 2 2
      pages/charge/switchCharge.vue

+ 1 - 1
config/.env.dev.ud.js

@@ -1,7 +1,7 @@
 const UNI_APP = {  
 	ProjectName :"优电联盟",
 	 BASE_URL: 'https://youdian-test.hbjp.com.cn/charging-station-test/',
-	//BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
+	BASE_URL: 'https://youdian.hbjp.com.cn/charging-station-server/',
 	// BASE_URL: 'http://192.168.77.162:8080/charging-station/' ,
 	branchParameter:"youdian",//team51,youdian
 	envjs:".ud",

+ 2 - 2
pages/charge/switchCharge.vue

@@ -14,7 +14,7 @@
 		  
 			@confirm="selector1confirm"  >
 		</u-select>
-		<view class="head-head" style="background: #fff;">
+		<view class="head-head" style="background: #fff;" v-show="stationShow"  >
 			<view style="
 				text-align: center;
 				display: flex;
@@ -36,7 +36,7 @@
 			
 		</view>
 			
-		<view class="head-head-placeholder ">
+		<view class="head-head-placeholder " v-show="stationShow">
 			
 		</view>