|
|
@@ -4,11 +4,15 @@ |
|
|
|
<HeadTop /> |
|
|
|
<div class="title">录入文案</div> |
|
|
|
|
|
|
|
<div class="titleBox" @click="showTitleInputBox"> |
|
|
|
<div v-if="title" class="titleBox" @click="showTitleInputBox"> |
|
|
|
<span>标题:</span> |
|
|
|
<span class="titleInput">{{ title }}</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div v-if="!title" class="titleBox" @click="showTitleInputBox"> |
|
|
|
<span>点击录入标题</span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="content"> |
|
|
|
<div class="img"> |
|
|
|
<img |
|
|
|