微信小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
2.6 KiB

  1. <!--pages/bank/bank.wxml-->
  2. <view class="ns" style="height:{{isIPX?'88px':'64px'}};">
  3. <image src="../../image/apply/back.png" style="top:{{isIPX?'54px':'30px'}};" mode="widthFix" bindtap="back"></image>
  4. <text style="top:{{isIPX?'54px':'30px'}};">开户行</text>
  5. </view>
  6. <view class="search_box" style="margin-top:{{isIPX?'100px':'75px'}};">
  7. <van-search
  8. value="{{ value }}"
  9. shape="round"
  10. background="transparent"
  11. placeholder="请输入搜索关键词"
  12. clearable
  13. bind:change="goSearch"
  14. />
  15. <view class="add_btn" bindtap="goAdd"><text>新增</text></view>
  16. </view>
  17. <van-swipe-cell right-width="{{ 65 }}" class="workflow">
  18. <view class="li" bindtap="goUpdate">
  19. <view class="tit_box">
  20. <image src="/image/apply/ICBC.png" style="width: 25px;height: 25px;"></image>
  21. <text class="tit">威海农商行临港区支行</text>
  22. </view>
  23. <view class="detail_box">
  24. <view style="width: 35%;">农商行(山东省)</view>
  25. <view style="width: 30%;display: flex;justify-content: center;">
  26. <image src="/image/icon/dress.png" style="width: 9px;height: 12px;margin-right: 5px;"></image>
  27. <text>山东威海</text>
  28. </view>
  29. <view><text>联行号:2570******</text></view>
  30. </view>
  31. </view>
  32. <view slot="right" class="deleteBox">
  33. <view style="flex: 1;height: 100%;display: flex;align-items: center;">
  34. <image src="../../image/apply/icon_delete.png" style="width: 25px;height: 25px;margin: 0 auto;" data-id="{{item.id}}" data-index="{{index}}" bindtap="delete"></image>
  35. </view>
  36. </view>
  37. </van-swipe-cell>
  38. <van-swipe-cell right-width="{{ 65 }}" class="workflow">
  39. <view class="li" bindtap="goUpdate">
  40. <view class="tit_box">
  41. <image src="/image/apply/ICBC.png" style="width: 25px;height: 25px;"></image>
  42. <text class="tit">威海农商行临港区支行</text>
  43. </view>
  44. <view class="detail_box">
  45. <view style="width: 35%;">中国建设银行</view>
  46. <view style="width: 30%;display: flex;justify-content: center;">
  47. <image src="/image/icon/dress.png" style="width: 9px;height: 12px;margin-right: 5px;"></image>
  48. <text>山东威海</text>
  49. </view>
  50. <view><text>联行号:2570******</text></view>
  51. </view>
  52. </view>
  53. <view slot="right" class="deleteBox">
  54. <view style="flex: 1;height: 100%;display: flex;align-items: center;">
  55. <image src="../../image/apply/icon_delete.png" style="width: 25px;height: 25px;margin: 0 auto;" data-id="{{item.id}}" data-index="{{index}}" bindtap="delete"></image>
  56. </view>
  57. </view>
  58. </van-swipe-cell>