소스 검색

edit video

ctt_dev
chutingting 1 년 전
부모
커밋
ab4e367271
1개의 변경된 파일6개의 추가작업 그리고 6개의 파일을 삭제
  1. +6
    -6
      src/pages/login/index.vue

+ 6
- 6
src/pages/login/index.vue 파일 보기

@@ -85,11 +85,11 @@ function getVideoFn() {
getVideoApi().then(res => {
videoUrl.value = res.data
nextTick(()=>{
// const video = document.querySelector("video.uni-video-video");
// video.muted = false
// video.play()
proxy.$refs.myVideo.muted = false
proxy.$refs.myVideo.play();
const video = document.querySelector("video.uni-video-video");
video.muted = false
video.play()
// proxy.$refs.myVideo.muted = false
// proxy.$refs.myVideo.play();
})
})
@@ -105,7 +105,7 @@ onMounted(() => {
})

onLoad(() => {
getVideoFn()
getVideoFn()
runGetAndroidId();
// fileReaderTest();
userInfoModulesPinia.clearStorage();


불러오는 중...
취소
저장