Browse Source

feat: 免费用户推送设置可修改文案判断

zhangsiya 1 year ago
parent
commit
fdc8a4f9ff
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/push/PushSetting.vue

+ 2 - 2
src/views/push/PushSetting.vue

@@ -922,12 +922,12 @@ export default {
         let showTextP = 3
         switch(item.id) {
           case 0:
+          case 4:
+          case 5:
             showTextP = 3
             break;
           case 2:
           case 3:
-          case 4:
-          case 5:
             showTextP = 5
         }
         this.dparam.showTextP = showTextP