|
@@ -396,8 +396,6 @@
|
|
} else {
|
|
} else {
|
|
this.isFormDisabled = true;
|
|
this.isFormDisabled = true;
|
|
}
|
|
}
|
|
-
|
|
|
|
-
|
|
|
|
} else {
|
|
} else {
|
|
this.activationDisabled = true;
|
|
this.activationDisabled = true;
|
|
this.isFormDisabled = true;
|
|
this.isFormDisabled = true;
|
|
@@ -416,7 +414,7 @@
|
|
this.showOcpxActionType = true;
|
|
this.showOcpxActionType = true;
|
|
this.showCpaBid = 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.showDeepConversionType = true;
|
|
this.showDeepConversionBid = true;
|
|
this.showDeepConversionBid = true;
|
|
|
|
|