other-bank.wxml 468 B

12345678910111213
  1. <import src="../public-view.wxml" />
  2. <view style="height: 24rpx; width:750rpx;"></view>
  3. <view class="item">
  4. <text>开户银行</text>
  5. <input placeholder="请输入开户银行名称" placeholder-class="input-view-placeholder" value="{{inputValue}}" maxlength="16" bindinput="inputAction"></input>
  6. </view>
  7. <view style="height: 48rpx; width:100%;"></view>
  8. <template is="bottom-view-botton" data="{{t: '保存', suffix: adapter.suffix, action: 'saveAction'}}" />