mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 01:59:36 +08:00
12 lines
488 B
Plaintext
12 lines
488 B
Plaintext
<view class="containerView public">
|
|
|
|
<view class="regionView">
|
|
<view class="topTitle">描述信息</view>
|
|
<van-field model:value="{{ content }}" bind:input="fieldInput" data-name="content" type="textarea" placeholder="请输入" maxlength="{{100}}" show-word-limit border="{{false}}" autosize input-class="selfTextarea" clearable />
|
|
</view>
|
|
|
|
<view class="submitBtn" bind:tap="submit">提交</view>
|
|
|
|
<!-- 在页面内添加对应的节点 -->
|
|
<van-notify id="van-notify" />
|
|
</view> |