Commit 4f532f34 authored by lijin's avatar lijin

解决文案管理页面的 bug

parent 99de595a
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
v-if="!form.id" v-if="!form.id"
v-model="form.text" v-model="form.text"
placeholder="请输入文案内容" placeholder="请输入文案内容"
:maxLength="form.type === 1 ? 30 : 90" :maxLength="form.type === '1' ? 30 : 90"
></text-input-list> ></text-input-list>
<el-input <el-input
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
'is-error': isOverLength(text), 'is-error': isOverLength(text),
'is-focused': focusedIndex === index 'is-focused': focusedIndex === index
}" }"
show-word-limit="true" :show-word-limit="true"
@input="handleInput(index)" @input="handleInput(index)"
@focus="focusedIndex = index" @focus="focusedIndex = index"
@blur="focusedIndex = -1" @blur="focusedIndex = -1"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment