inleft
2022-08-24 80476fae71f08bf4408c7509eff254031a4eeac6
src/components/mini/box14-video.vue
@@ -5,6 +5,7 @@
            <a-icon type="delete" /> 空空如也..
         </p>
      </div>
      <div style="min-height: 600px;">
      <div class="gridClass">
         <div class="entry-preview" v-for="item in data">
            <div class="thumbnail_box" @click="showMyVideo(item)">
@@ -46,9 +47,8 @@
                  </div>
               </div>
            </div>
         </div>
         </div>
      </div>
      <a-row type="flex" justify="center">
         <div>
@@ -60,7 +60,7 @@
</template>
<script>
   import {
      queryBlogArticleList
      platform
   } from '../../api/blogArticle.js'
   import myConstant from "../../config/myConstant.js"
@@ -76,7 +76,7 @@
               defaultPageSize: 6
            },
            data: [],
            img404: "this.onerror='';this.src=\"http://t.inleft.com/share/media_photo/idea_beijing.jpg\"",
            img404: myConstant.img404,
         }
      },
      mounted() {
@@ -85,10 +85,10 @@
      methods: {
         onChange(current) {
            this.page.current = current;
            queryBlogArticleList({
            platform({
               pageNo: current,
               pageSize: this.page.pageSize,
               fileType: myConstant.fileTypeVideo
               activeKey: this.$attrs.activeKey
            }).then((res) => {
               this.page.total = Number(res.data.total)
               this.page.pageSize = Number(res.data.size);