| | |
| | | <template> |
| | | <view class="wap"> |
| | | <u-navbar title="预存款列表"> |
| | | </u-navbar> |
| | | <!-- <u-navbar title="预存款列表"> |
| | | </u-navbar> --> |
| | | <view class="wrapper-show-money"> |
| | | <view class="money-view"> |
| | | <h3>预存款金额 </h3> |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <u-empty v-if="depositData.length==0" mode="history" text="暂无记录" /> |
| | | <!-- <u-empty v-if="depositData.length==0" mode="history" text="暂无记录" /> --> |
| | | |
| | | </scroll-view> |
| | | |
| | |
| | | </template> |
| | | |
| | | <script> |
| | | import '@/components/uview-components/uview-ui' |
| | | import { getUserRecharge, getWalletLog } from "@/api/members"; |
| | | import { getUserWallet } from "@/api/members"; |
| | | export default { |