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