index.wxml 476 B

123456789101112
  1. <!--nova-tourism/pages/my/my-wallet/loose-change/index.wxml-->
  2. <nav type="back" background-color="#ffffff" frontColor="#000000" title="钱包" />
  3. <view class="moneyBox">
  4. <image src="https://file-cloud.fmode.cn/EbxZUK5lBI/20241212/qjtn9s104029899.png"></image>
  5. <view class="subTitle">我的零钱</view>
  6. <view class="money">¥10000000000.66</view>
  7. </view>
  8. <view class="btnBox">
  9. <button class="top_up">充值</button>
  10. <button class="withdraw">提现</button>
  11. </view>