Commit 5dd19d1f authored by Mac's avatar Mac

1

parent c5bf2f08
...@@ -136,6 +136,9 @@ ...@@ -136,6 +136,9 @@
<u-icon name="play-circle-o" :size="50" color="#FFF"></u-icon> <u-icon name="play-circle-o" :size="50" color="#FFF"></u-icon>
</view> </view>
</view> </view>
</view>
<view>
</view> </view>
<view class="r-sj"> <view class="r-sj">
<text>{{x.createTime}}</text> <text>{{x.createTime}}</text>
......
...@@ -335,6 +335,7 @@ ...@@ -335,6 +335,7 @@
uni.navigateTo({ uni.navigateTo({
url: '/pages/friendcircle/release?type=' + item.type url: '/pages/friendcircle/release?type=' + item.type
}) })
innerAudioContext.stop();
} }
}, },
...@@ -375,6 +376,7 @@ ...@@ -375,6 +376,7 @@
uni.navigateTo({ uni.navigateTo({
url: '/pages/friendcircle/release?type=2&file=' + data.data url: '/pages/friendcircle/release?type=2&file=' + data.data
}) })
innerAudioContext.stop();
} }
}, },
...@@ -393,6 +395,7 @@ ...@@ -393,6 +395,7 @@
uni.navigateTo({ uni.navigateTo({
url: '/pages/friendcircle/enlargevideo?file=' + file url: '/pages/friendcircle/enlargevideo?file=' + file
}) })
innerAudioContext.stop();
}, },
//语音播放 //语音播放
playVoice(x) { playVoice(x) {
...@@ -438,6 +441,7 @@ ...@@ -438,6 +441,7 @@
uni.navigateTo({ uni.navigateTo({
url: '/pages/friendcircle/mydetails?ID=' + x.id url: '/pages/friendcircle/mydetails?ID=' + x.id
}) })
innerAudioContext.stop();
} }
} }
} }
......
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