dwh 2 жил өмнө
parent
commit
5aba66855f

+ 4 - 4
src/views/login/login.vue

@@ -34,16 +34,16 @@
 			}
 		},
 		mounted() {
-			setTimeout(()=>{
-				this.getStatusBarHeight();
-			},1000)
-			
+			this.$nextTick(()=>{
+				this.$refs.myvideo.play();
+			})
 		},
 		methods: {
 			onVideoPause(){//解决切换页面视频自动暂停
 				this.$refs.myvideo.play();
 			},
 			toPhoneLogin(){
+				this.getStatusBarHeight();
 				this.$router.push('loginByPhone');
 			},
 			toUserService(){