Commit 2230cba5 authored by tanjuanjuan's avatar tanjuanjuan

商铺入驻介绍文本域添加自动高度和120字限制

parent 3fab11ee
...@@ -161,6 +161,9 @@ ...@@ -161,6 +161,9 @@
label-width="100px" label-width="100px"
v-model="formData.intro" v-model="formData.intro"
prop="intro" prop="intro"
auto-height
show-word-limit
:maxlength="120"
/> />
<wd-button type="error" width="80%" class="submitBTN" @tap="submitData">提交</wd-button> <wd-button type="error" width="80%" class="submitBTN" @tap="submitData">提交</wd-button>
......
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