- <scroll-view scroll-y class="bg-scroll-view">
- <view class="textarea-bg">
- <textarea class="textarea" placeholder="{{text.placeholder}}" placeholder-class="{{placeholder-class}}" auto-focus maxlength="512" bindinput="inputAction"></textarea>
- </view>
- </scroll-view>
- <view class="btn" bindtap="submitAction">提交</view>
|