- <view>
- <view style="height:20rpx"></view>
- <view class="main">
- <view class="itme-li">
- <textarea maxlength="100" value="{{item.remark}}" onInput="bindTextAreaBlur" placeholder="请认真填写做这件事的关键过程"></textarea>
- </view>
- </view>
- <view class="btn-area" style="margin-top:28rpx;">
- <button type="default" loading="{{disabled}}" class="defBtn" disabled="{{disabled}}" catchTap="formSubmit">提交</button>
- </view>
- </view>
|