Commit 19bc8699 authored by Mac's avatar Mac

1

parent 6b4c4ac8
......@@ -416,10 +416,12 @@
);
},
enlarge(file) {
// 全屏
// 全屏
innerAudioContext.stop();
uni.navigateTo({
url: '/pages/friendcircle/enlargevideo?file=' + file
})
})
},
//语音播放
playVoice(x) {
......@@ -598,7 +600,8 @@
current: index,
});
},
enlarge(file) {
enlarge(file) {
innerAudioContext.stop();
uni.navigateTo({
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