3
0
Fork 0

fix(userData): 个人资料接口404问题处理

This commit is contained in:
woody 2025-06-13 09:07:27 +08:00
parent d98b9bd93c
commit c04c817d55
1 changed files with 2 additions and 3 deletions

View File

@ -1,4 +1,3 @@
<template>
<view class="main">
<view class="content">
@ -254,7 +253,7 @@ export default {
// },
getInfo() {
api
.getData()
.getInfo()
.then(res => {
if (res) {
this.userInfo = res.data
@ -353,7 +352,7 @@ page {
}
}
.btn {
background-color: #005BAC;
background-color: #005bac;
border: none;
height: 92rpx;
line-height: 92rpx;