Browse Source

upload

release
HolyKnightIX 2 years ago
parent
commit
8e8dfefc0a
2 changed files with 5 additions and 1 deletions
  1. BIN
      dist.zip
  2. +5
    -1
      src/views/model/getPaper.vue

BIN
dist.zip View File


+ 5
- 1
src/views/model/getPaper.vue View File

@@ -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


Loading…
Cancel
Save