瀏覽代碼

定向包,创意基本信息无内容展示

朱鑫波 4 年之前
父節點
當前提交
e972f1eb98

+ 0 - 1
src/views/modules/Statistics/components/Treeselect.vue

@@ -5,7 +5,6 @@
 </style>
 <template>
   <div class="select-project">
-    {{value}}
     <treeselect
       :multiple="multiple"
       :disable-branch-nodes="!multiple"

+ 37 - 3
src/views/modules/kuaishouapp/newBatch/index.vue

@@ -192,8 +192,42 @@ img {
                 </a-col>
               </a-row>
             </a-card>
-            <a-card class="search-box step-jump" style="min-height: 600px" title="定向包"> </a-card>
-            <a-card class="search-box step-jump" style="min-height: 600px" title="创意基本信息"> </a-card>
+            <a-card class="search-box step-jump" title="定向包">
+              <p>
+                已选定向包: 0/20
+                <a-button @click="ruleConfigVisible = true" style="margin: 0 15px"> 新增定向包 </a-button
+                ><a-button type="primary" @click="ruleConfigVisible = true"> 选择定向包 </a-button>
+              </p>
+            </a-card>
+            <a-card class="search-box step-jump create-info">
+              <div slot="title">
+                创意基本信息 <a-button type="primary" style="float: right" @click="showDrawer"> 编辑 </a-button>
+              </div>
+              <a-row>
+                <a-col :xl="14" :md="24">
+                  <a-form-item label="制作方式"> <!-- {{}} -->自定义 </a-form-item>
+                </a-col>
+                <a-col :xl="10" :md="24" :pull="screenWidth >= 1200 ? 4 : 0">
+                  <a-form-item label="自动发送礼包码"> <!--按展示付费(oCPM)-->关闭 </a-form-item>
+                </a-col>
+              </a-row>
+              <a-row>
+                <a-col :xl="14" :md="24">
+                  <a-form-item label="创意分类"> <!-- {{}} -->无 </a-form-item>
+                </a-col>
+                <a-col :xl="10" :md="24" :pull="screenWidth >= 1200 ? 4 : 0">
+                  <a-form-item label="封面贴纸"> 无 </a-form-item>
+                </a-col>
+              </a-row>
+              <a-row>
+                <a-col :xl="14" :md="24">
+                  <a-form-item label="创意标签"> <!-- {{}} -->无 </a-form-item>
+                </a-col>
+                <a-col :xl="10" :md="24" :pull="screenWidth >= 1200 ? 4 : 0">
+                  <a-form-item label="行动号召"> 无 </a-form-item>
+                </a-col>
+              </a-row>
+            </a-card>
             <a-card class="search-box step-jump" style="min-height: 600px" title="创意素材"> </a-card>
             <div style="display: flex; justify-content: space-between; margin-bottom: 100px">
               <a-button type="primary"> 预览应用/链接 </a-button>
@@ -672,7 +706,7 @@ export default {
 
       var jump = document.querySelectorAll('.step-jump')
       var distance =
-        document.documentElement.scrollTop + 200 || window.pageYOffset + 200 || document.body.scrollTop + 200
+        document.documentElement.scrollTop + 180 || window.pageYOffset + 180 || document.body.scrollTop + 180
       console.log(distance)
       jump.forEach((item, index) => {
         if (distance >= item.offsetTop) {