Browse Source

推荐管理 修复图片根据封面模块变动bug

DESKTOP-2S67K1S\31396 2 years atrás
parent
commit
588b285b77
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/operation/recommend/index.vue

+ 1 - 1
src/views/operation/recommend/index.vue

@@ -903,7 +903,7 @@ export default {
     // 图片
     pic(item) {
       let rules = {
-        '1': [1, 2, 6, 8, 10, 12].includes(this.active),
+        '1': [1, 2, 6, 10, 12].includes(this.active),
         '2': [0, 1].includes(this.active),
         '3': [0, 2, 3, 5, 6, 9].includes(this.active),
         '4': [0, 3, 7].includes(this.active),