Explorar el Código

修改表单深度转化出价

yumeng hace 5 años
padre
commit
cb855e1bda
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      src/views/modules/kuaishouapp/groupCreate.vue

+ 1 - 3
src/views/modules/kuaishouapp/groupCreate.vue

@@ -396,8 +396,6 @@
               } else {
                 this.isFormDisabled = true;
               }
-
-
             } else {
               this.activationDisabled = true;
               this.isFormDisabled = true;
@@ -416,7 +414,7 @@
           this.showOcpxActionType = true;
           this.showCpaBid = true;
 
-          if (this.ocpxActionType == '180' && this.deepConversionTypes.length > 0) {
+          if ((this.ocpxActionType == '180' || this.ocpxActionType == '53') && this.deepConversionTypes.length > 0) {
             this.showDeepConversionType = true;
             this.showDeepConversionBid = true;