wait-for-do-input.wxml 499 B

123456789101112
  1. <import src="../../../../public/pages/public-view.wxml" />
  2. <scroll-view scroll-y class="bg-scroll-view">
  3. <view class="textarea-bg">
  4. <textarea class="textarea" placeholder="{{text.placeholder}}" placeholder-class="{{placeholder-class}}" auto-focus maxlength="512" bindinput="inputAction"></textarea>
  5. </view>
  6. <view class="scroll-view-bottom-view{{adapter.suffix}}"></view>
  7. </scroll-view>
  8. <template is="bottom-view-botton" data="{{t: '提交', suffix: adapter.suffix, action: 'submitAction'}}" />