Browse Source

修改展示页面

syh 5 years ago
parent
commit
da80f1fd66
1 changed files with 2 additions and 2 deletions
  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