zhengkaixin 2 년 전
부모
커밋
0f22f99ec1
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      pages/searchPile/stationAndPile/chargingPileDetails.vue

+ 3 - 1
pages/searchPile/stationAndPile/chargingPileDetails.vue

@@ -303,7 +303,9 @@
 					uni.hideLoading()
 				
 					this.lockStatus =res.data.lockStatus 
-				
+					setTimeout(()=>{
+						this.getPile()
+					},5*1000)
 					
 				}).catch(error2 => {
 					uni.showToast({