Browse Source

Merge branch 'add-empty-red-packet-5.14' of https://git.yishihui.com/DeNet/de-net into add-empty-red-packet-5.14

zhangwei 2 years ago
parent
commit
a8c9aa50a4
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/view/iframe/publish/give-dialog.vue

+ 2 - 0
src/view/iframe/publish/give-dialog.vue

@@ -1053,6 +1053,8 @@ const formSwitchChange = (val, params, index) => {
                 onIptSetErrorTxt();
                 onIptSetErrorTxt();
             }
             }
         }
         }
+    } else {
+        onIptSetErrorTxt();
     }
     }
 }
 }