Merge remote-tracking branch 'origin/master'

master
chaiyapeng 2024-08-25 09:43:20 +08:00
commit 254d338004
1 changed files with 5 additions and 2 deletions

View File

@ -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