|
@@ -192,8 +192,42 @@ img {
|
|
</a-col>
|
|
</a-col>
|
|
</a-row>
|
|
</a-row>
|
|
</a-card>
|
|
</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>
|
|
<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">
|
|
<div style="display: flex; justify-content: space-between; margin-bottom: 100px">
|
|
<a-button type="primary"> 预览应用/链接 </a-button>
|
|
<a-button type="primary"> 预览应用/链接 </a-button>
|
|
@@ -672,7 +706,7 @@ export default {
|
|
|
|
|
|
var jump = document.querySelectorAll('.step-jump')
|
|
var jump = document.querySelectorAll('.step-jump')
|
|
var distance =
|
|
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)
|
|
console.log(distance)
|
|
jump.forEach((item, index) => {
|
|
jump.forEach((item, index) => {
|
|
if (distance >= item.offsetTop) {
|
|
if (distance >= item.offsetTop) {
|