|
@@ -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(){
|