소스 검색

修改表单深度转化出价

yumeng 5 년 전
부모
커밋
0aa385d691
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/modules/kuaishouapp/groupCreate.vue

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

@@ -416,7 +416,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;