Browse Source

feat: 页面调整;

pull/10/head
Fox-33 1 month ago
parent
commit
0cb5394675
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      pages_order/sharing/video.vue

+ 4
- 1
pages_order/sharing/video.vue View File

@ -136,7 +136,10 @@
refreshLockStatus() { refreshLockStatus() {
this.isLocked = false this.isLocked = false
this.timeIsUp = false this.timeIsUp = false
this.videoContext.play()
setTimeout(() => {
this.videoContext.play()
console.log('--play')
})
}, },
async onPlay() { async onPlay() {
if (!this.isLocked) { if (!this.isLocked) {


Loading…
Cancel
Save