This commit is contained in:
yziiy
2025-12-24 11:49:13 +08:00
parent a467c68a7d
commit a646828528
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ import {
const userData = ref({ ...props.userInfo.user_info, ...props.userInfo.follow_num, userId: props.userInfo.userId })
const activeIndex = ref("1")
const basicLable = ref([
{ label: 'ID', prop: 'id' },
{ label: 'ID', prop: 'user_code' },
{ label: '年龄', prop: 'age' },
{ label: '手机号码', prop: 'mobile' },
{ label: '个人简介', prop: 'profile' },

View File

@@ -150,7 +150,7 @@ export function useData() {
guild_name: rowData?.guild_name ?? "",
guild_desc: rowData?.guild_desc ?? "",
guild_logo: rowData?.guild_logo ?? "",
guild_user_mobile: rowData?.guild_user_mobile ?? "",
guild_user_mobile: rowData?.mobile ?? "",
password: rowData?.password ?? "",
isEdit: rowData.guild_special_id ? true : false
}