|
@@ -3199,6 +3199,9 @@ export default {
|
|
else {
|
|
else {
|
|
this.configForm.launchTimeInterval = 'buxian';
|
|
this.configForm.launchTimeInterval = 'buxian';
|
|
}
|
|
}
|
|
|
|
+ console.log(
|
|
|
|
+ detailData
|
|
|
|
+ );
|
|
if (detailData.creativeSceneInventory) {
|
|
if (detailData.creativeSceneInventory) {
|
|
this.configForm.adverPosition = 'c';
|
|
this.configForm.adverPosition = 'c';
|
|
this.configForm.radioChangeValue = detailData.creativeSceneInventory;
|
|
this.configForm.radioChangeValue = detailData.creativeSceneInventory;
|
|
@@ -3226,7 +3229,7 @@ export default {
|
|
this.configForm.adDeliveryRange = '';
|
|
this.configForm.adDeliveryRange = '';
|
|
}
|
|
}
|
|
this.NewCheckboxChangeValue(this.configForm.checkboxChangeValue);
|
|
this.NewCheckboxChangeValue(this.configForm.checkboxChangeValue);
|
|
- }else if(detailData.adDeliveryRange){
|
|
|
|
|
|
+ }else if(detailData.inventoryCatalog == 'UNIVERSAL'){
|
|
this.configForm.adverPosition = 'd'
|
|
this.configForm.adverPosition = 'd'
|
|
}
|
|
}
|
|
else {
|
|
else {
|