diff --git a/src/views/newuser/newuserList/detail.vue b/src/views/newuser/newuserList/detail.vue index 1566075..7eca37f 100644 --- a/src/views/newuser/newuserList/detail.vue +++ b/src/views/newuser/newuserList/detail.vue @@ -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' }, diff --git a/src/views/union/unionList/hook.tsx b/src/views/union/unionList/hook.tsx index 652e850..4c97271 100644 --- a/src/views/union/unionList/hook.tsx +++ b/src/views/union/unionList/hook.tsx @@ -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 }