Commit 19bc8699 authored by Mac's avatar Mac

1

parent 6b4c4ac8
...@@ -417,9 +417,11 @@ ...@@ -417,9 +417,11 @@
}, },
enlarge(file) { enlarge(file) {
// 全屏 // 全屏
innerAudioContext.stop();
uni.navigateTo({ uni.navigateTo({
url: '/pages/friendcircle/enlargevideo?file=' + file url: '/pages/friendcircle/enlargevideo?file=' + file
}) })
}, },
//语音播放 //语音播放
playVoice(x) { playVoice(x) {
...@@ -599,6 +601,7 @@ ...@@ -599,6 +601,7 @@
}); });
}, },
enlarge(file) { enlarge(file) {
innerAudioContext.stop();
uni.navigateTo({ uni.navigateTo({
url: '/pages/friendcircle/enlargevideo?file=' + file url: '/pages/friendcircle/enlargevideo?file=' + file
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment