From 57178b21b37b4f696c311ab6e09eaf52e561101f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=96=B9=E6=88=90?= Date: Wed, 4 Feb 2026 13:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=A1=AB=E5=86=99=E9=82=80?= =?UTF-8?q?=E8=AF=B7=E7=A0=81=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/appUser.js | 8 --- pages/mine/index.vue | 117 +------------------------------------------ 2 files changed, 1 insertion(+), 124 deletions(-) diff --git a/api/appUser.js b/api/appUser.js index 88b6d8e..bac02e4 100644 --- a/api/appUser.js +++ b/api/appUser.js @@ -267,14 +267,6 @@ export function getUserInvites(user_id, page = 1, page_size = 20) { return authRequest({ url: `/api/app/users/${user_id}/invites`, method: 'GET', data: { page, page_size } }) } -// ============================================ -// 兼容性适配接口 (适配 pages/mine/index.vue) -// ============================================ - -export function bindInviter(invite_code) { - return authRequest({ url: '/api/app/users/inviter/bind', method: 'POST', data: { invite_code } }) -} - // ============================================ // 用户信息修改 API // ============================================ diff --git a/pages/mine/index.vue b/pages/mine/index.vue index bf7b2a2..366d86a 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -157,12 +157,6 @@ 任务中心 - - - - - 填写邀请码 - @@ -498,31 +492,13 @@ - - - - - 填写邀请码 - × - - - 请输入好友的邀请码,绑定后双方可获得奖励 - - - - - - - -