index.wxml 279 B

12345
  1. <van-dialog id="Dialog" use-slot title="结束原因" show="{{ show }}" asyncClose confirm-button-color='#085CDF' show-cancel-button>
  2. <view class="box">
  3. <textarea bind:input='onChange' maxlength='-1' placeholder="请说明..." auto-height />
  4. </view>
  5. </van-dialog>