bding пре 2 година
родитељ
комит
9d58780dee

+ 2 - 0
components/videoModule/index.vue

@@ -80,6 +80,8 @@ export default {
     //视频播放结束
     handleVideoEnd() {
       // 此处因为如果不调用退出全屏方法 安卓和ios页面均会表现异常,安卓横屏不恢复竖屏,ios底部tabbar渲染异常
+      this.curVideoTime = 0;
+      this.$store.commit("videoPlay/palyTimeUpdate", 0);
       this.videoContext.exitFullScreen();
     },
     handleVideoTimeUpdate(e) {

+ 1 - 1
pages-search/indedxSearch/indedxSearch.vue

@@ -79,7 +79,7 @@
           </view>
           <reportPage :reportPageData="reportPageData" id="container-report-page" v-if="Object.keys(reportPageData).length && (tabsActive == 3 || tabsActive == 1)" />
           <view class="more-activity more-box" v-if="tabsActive === 1 && haveResultActivity">
-            <text class="more-text"> 活动/回放 </text>
+            <text class="more-text"> 活动 </text>
             <view>
               <view class="more-rivet" @click="tabsActiveMore(4)"> 更多 <u-icon name="arrow-right" color="#3385FF" size="28"></u-icon> </view>
             </view>

+ 1 - 0
pages/index/index.vue

@@ -652,6 +652,7 @@ export default {
     },
     //音频的播放事件
     async audioPlayBack(item) {
+      console.log(item);
       this.curVideoId = 0;
       this.$store.commit("audioBg/parseIntAudio", true);
       // 判断是否为同一个音频