From 9d4dda04c9d255b489f47443283c646451092682 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Sat, 13 Sep 2025 22:43:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=B8=AA=E4=BA=BA=E4=B8=AD?= =?UTF-8?q?=E5=BF=83=E8=B4=A6=E5=8F=B7=E7=BB=91=E5=AE=9A=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/personal-center/types.ts | 2 + pages/personal-Center/index/account-bind.vue | 61 +++++++++++++++----- 2 files changed, 47 insertions(+), 16 deletions(-) diff --git a/api/personal-center/types.ts b/api/personal-center/types.ts index d17f374..d7c6905 100644 --- a/api/personal-center/types.ts +++ b/api/personal-center/types.ts @@ -46,6 +46,8 @@ export interface UserExtendRespVO { description: string authStatus: number createTime: string + wxOpenId: string + qqOpenId: string files: { id: number memberId: number diff --git a/pages/personal-Center/index/account-bind.vue b/pages/personal-Center/index/account-bind.vue index b091c09..6ae63f3 100644 --- a/pages/personal-Center/index/account-bind.vue +++ b/pages/personal-Center/index/account-bind.vue @@ -1,26 +1,55 @@ - + + +