Procházet zdrojové kódy

fix: the program resolution is inconsistent with the recur resolution

Casper Dai před 3 roky
rodič
revize
659e90b0bc

+ 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: '节目名称' }