jwyu %!s(int64=2) %!d(string=hai) anos
pai
achega
62234c06f8
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 1 1
      pages-roadShow/video/list.vue
  2. 2 2
      pages/video/videoList.vue

+ 1 - 1
pages-roadShow/video/list.vue

@@ -59,7 +59,7 @@
             round 
             @close="showFilter=false"
         >
-            <view class="filter-wrap">
+            <view class="filter-wrap" @touchmove.stop>
                 <view class="flex top">
                     <text style="color:#000">全部筛选</text>
                     <text style="color:#E3B377" @click="showFilter=false">取消</text>

+ 2 - 2
pages/video/videoList.vue

@@ -20,7 +20,7 @@
                 :src="globalImgUrls.activityNoAuth"
                 mode="widthFix"
             />
-            <view>暂无数据</view>
+            <view>{{videoId?'该视频不存在,请下拉刷新页面获取最新视频':'暂无数据'}}</view>
         </view>
         <view class="list-wrap">
             <view class="item" v-for="item in list" :key="item.community_video_id">
@@ -58,7 +58,7 @@
             round 
             @close="showFilter=false"
         >
-            <view class="filter-wrap">
+            <view class="filter-wrap" @touchmove.stop>
                 <view class="flex top">
                     <text style="color:#000">全部筛选</text>
                     <text style="color:#E3B377" @click="showFilter=false">取消</text>