美化了样式

This commit is contained in:
2025-08-15 00:36:04 +08:00
parent 5fc1378051
commit 1b4d3e310b
63 changed files with 2735 additions and 2411 deletions

View File

@ -1,5 +1,7 @@
// pages/personCenter/accountSetting/accountSetting.js
const { baseUrl, globalImgUrl } = require("../../../request");
const { notLogin } = require('../../../utils/util')
Page({
@ -76,6 +78,8 @@ Page({
userAccount: res.data.data.userAccount,
role:res.data.data.userRole,
})
} else {
notLogin(res.data.message)
}
},
fail: () => {

View File

@ -5,7 +5,7 @@
class="self-center image"
src="{{globalImgUrl + userAvatar}}"
/>
<view class="flex-col items-start flex-1 self-start group_2 ml-8">
<view class="flex-col items-start flex-1 self-start group_2 ml-16">
<text class="text">{{ nickName }}</text>
<text class="font text_2 mt-28">{{ phoneNumber }}</text>
</view>