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