From 1a1546a465ed5517e5b10baab072a9648241d3d8 Mon Sep 17 00:00:00 2001
From: yuepenglong <1547476325@qq.com>
Date: Thu, 10 Apr 2025 09:34:32 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/api/votingElection.ts | 9 +++++++++
src/pages/votingElection/index.vue | 14 +++++++++++++-
2 files changed, 22 insertions(+), 1 deletion(-)
diff --git a/src/api/votingElection.ts b/src/api/votingElection.ts
index 269e9e3..bbe3b43 100644
--- a/src/api/votingElection.ts
+++ b/src/api/votingElection.ts
@@ -24,3 +24,12 @@ export function getMyvote(data: any) {
data
})
}
+
+// 手机号获取用户信息
+export function getMember_mobile(data: any) {
+ return request.http({
+ url: '/api/member_mobile',
+ method: 'GET',
+ data
+ })
+}
diff --git a/src/pages/votingElection/index.vue b/src/pages/votingElection/index.vue
index d8e3c06..11ab980 100644
--- a/src/pages/votingElection/index.vue
+++ b/src/pages/votingElection/index.vue
@@ -1,5 +1,5 @@