refundInfo.wxml 1.5 KB
<!--pages/main/finalpay/refundInfo/refundInfo.wxml-->
<view class="page">
  <form style="width:100%;" bindsubmit='formSubmit'>
    <view style="height:104rpx;padding:0 30rpx;background-color:#fff;margin-bottom:1rpx">
      <text class="text_gray7_34">开户人姓名</text>
      <input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name='' value="汪闲僧"></input>
    </view>
    <view class='divide_line_30'></view>
    <view style="height:104rpx;padding:0 30rpx;background-color:#fff">
      <text class="text_gray7_34" style="line-height:104rpx">银行卡号</text>
      <image class='image_camera' src='/images/camera.png' bindtap='bindbank'></image>
      <input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name=''></input>
    </view>
    <view class='divide_line_30'></view>
    <view style="height:104rpx;padding:0 30rpx;background-color:#fff">
      <text class="text_gray7_34" style="line-height:104rpx">开户银行名称</text>
      <input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name=''></input>
    </view>
    <view class='divide_line_30'></view>
    <view style="height:104rpx;padding:0 30rpx;background-color:#fff">
      <text class="text_gray7_34" style="line-height:104rpx">开户银行省份</text>
      <input class='input_wrap' style='text-align: right;color:#000;' placeholder='请输入' name=''></input>
    </view>

<view class="btn_bottom" >
      <button class="btn_bottom" formType="submit">保存</button>
    </view>
  </form>

</view>