浏览代码

修改深度转化出价的传参

liubei@c-top.com.cn 3 年之前
父节点
当前提交
d59b4f7676
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/views/modules/account-config/components/configuration-modal.vue

+ 2 - 1
src/views/modules/account-config/components/configuration-modal.vue

@@ -3737,7 +3737,8 @@ export default {
                 this.$delete(paramsFormData,'adDeepCpabid')
             }
             if (this.adDeepCpabidShow == false) {
-                this.$delete(paramsFormData,'adDeepCpabid')
+                paramsFormData.adDeepCpabid = 0.1
+                // this.$delete(paramsFormData,'adDeepCpabid')
             }
             // if (typeof paramsFormData.creativeImageMode == 'object'){
             //     paramsFormData.creativeImageMode = paramsFormData.creativeImageMode.toString()