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 @@