界面改版

This commit is contained in:
lik
2026-05-28 19:27:15 +08:00
parent db0f47d994
commit 9447452e6f
17 changed files with 48 additions and 32 deletions

View File

@@ -55,7 +55,7 @@ Component({
this.setData({
editData: {
avatar: profile.avatar || '/images/home-active2.png',
avatar: profile.avatar || '/images/home-yellow.png',
name: profile.name || '',
phone: profile.mobile || '',
sex: profile.sex || '',

View File

@@ -3,7 +3,7 @@ const API = require('../../utils/api.js')
Page({
data: {
userInfo: {
avatar: '/images/home-active.png',
avatar: '/images/home-green.png',
name: '用户',
phone: '',
sex: '',