index.wxml 741 B

12345678910111213141516
  1. <!--nova-tourism/pages/my/my-wallet/index.wxml-->
  2. <nav type="back" background-color="#ffffff" frontColor="#000000" title="钱包" />
  3. <view class="all" style="height: {{contentHeight}}rpx;">
  4. <view class="textbox">
  5. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/qjtn9s104029899.png"></image>
  6. <view class="text">零钱</view>
  7. </view>
  8. <view class="textbox">
  9. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/mv1h6v104029521.png"></image>
  10. <view class="text">经营账户</view>
  11. </view>
  12. <view class="textbox">
  13. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/t1b1t1105307191.png"></image>
  14. <view class="text">银行卡</view>
  15. </view>
  16. </view>