parent
fe4de82d23
commit
aa5edcd52d
|
@ -1,10 +1,13 @@
|
|||
<template>
|
||||
<div>
|
||||
<el-card style="margin-top: 50px;">
|
||||
<h1>用户余额</h1>
|
||||
<p>余额:{{ userBalanceData.userBalance || '加载中...' }}</p>
|
||||
</el-card>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
<script>
|
||||
import { userBalance } from "@/api/system/user"; // 假设你的userBalance函数在@/api/money目录下
|
||||
|
||||
|
|
Loading…
Reference in New Issue