Преглед на файлове

fix: the program resolution is inconsistent with the recur resolution

Casper Dai преди 3 години
родител
ревизия
659e90b0bc
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/components/Schedule/ScheduleSwiper/index.vue

+ 1 - 1
src/components/Schedule/ScheduleSwiper/index.vue

@@ -116,7 +116,7 @@ export default {
       programs: [],
       programSchema: {
         pagination: { small: true, layout: 'prev,pager,next' },
-        condition: { status: State.AVAILABLE, resolutionRatio: this.ratio, name: '' },
+        condition: { status: State.AVAILABLE, resolutionRatio: this.detail.resolutionRatio, name: '' },
         list: getPrograms,
         filters: [
           { key: 'name', type: 'search', placeholder: '节目名称' }