2024-07-30 16:33:21 +08:00
|
|
|
<view class="containerView public">
|
|
|
|
|
2024-08-14 10:21:46 +08:00
|
|
|
<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>
|
2024-07-30 16:33:21 +08:00
|
|
|
|
2024-08-14 10:21:46 +08:00
|
|
|
<view class="submitBtn" bind:tap="submit">提交</view>
|
2024-07-30 16:33:21 +08:00
|
|
|
|
2024-08-27 22:15:54 +08:00
|
|
|
|
|
|
|
</view>
|
2024-08-14 10:21:46 +08:00
|
|
|
<!-- 在页面内添加对应的节点 -->
|
2024-08-27 22:15:54 +08:00
|
|
|
<van-notify id="van-notify" />
|