소스 검색

位置类型修改

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

+ 1 - 0
src/views/modules/kuaishouapp/creativeCreate.vue

@@ -610,6 +610,7 @@
             params.creativeMaterialType = this.creativeMaterialType;
             params.localImageUrl = this.localImageUrl;
             params.impressionUrl = this.impressionUrl;
+            params.sceneId = this.sceneId;
             params.loginId = this.userInfo().id;
             postAction(this.url.creativeUrl, params).then((res) => {
               console.log(res)