Commit 19bc8699 authored by Mac's avatar Mac

1

parent 6b4c4ac8
...@@ -416,10 +416,12 @@ ...@@ -416,10 +416,12 @@
); );
}, },
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) {
...@@ -598,7 +600,8 @@ ...@@ -598,7 +600,8 @@
current: index, current: index,
}); });
}, },
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