<!--pages/user/myWallet/myWallet.wxml--> <view class="my-wallet"> <view class="wallet-header"> <view class="total-money">¥ {{ totalMoney }}</view> <view class="text-doc"> <view class="text-doc-box"> <image src='../../../static/image/mywalletmoney.png'></image> </view> <text>{{ textDoc }}</text> </view> <view class="text-prompt">{{ textPrompt }}</view> </view> <view class="wallet-container"> <view class="wallet-detail" bindtap='toWalletDetail' data-title='{{ walletDetail }}'> <view class="wallet-center"> <view class='wallet-left'> <view class='icon-box'> <image src='../../../static/image/mywalletdetail.png'></image> </view> <text>资金明细</text> </view> <view class='wallet-right'> <image src='../../../static/image/to.png'></image> </view> </view> </view> </view> </view>