소스 검색

修改展示页面

syh 5 년 전
부모
커밋
da80f1fd66
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/views/modules/bytedance/model/InternalModel.vue

+ 2 - 2
src/views/modules/bytedance/model/InternalModel.vue

@@ -556,7 +556,7 @@
         console.log("目标转化出价:" + this.convertPrice);
 
         params.templateName = this.templateName;
-
+        params.accountId = this.accountId;
         params.deliveryRange = this.deliveryRange;
         params.deliveryForm =this.deliveryForm;
         params.adCategory =this.adCategory;
@@ -651,7 +651,7 @@
       this.refreshUrl("android");
       let params = {};
       params.pageSize = '1000';
-      params.mediaId='1';
+      params.id = this.accountId;
       postAction(this.url.userAllocationList, params).then((res) => {
         if (res.success) {
           this.userList = res.result.records