From 7cbadc563850a1ec58fb662a33fb34a2ce6f9c32 Mon Sep 17 00:00:00 2001
From: GaoHao <1210693421@qq.com>
Date: Wed, 8 Jan 2025 16:18:20 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E6=8B=89=E5=88=B7=E6=96=B0=E6=9B=B4?=
=?UTF-8?q?=E6=96=B0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/login/login.js | 10 ++
pages/login/bind.vue | 193 ++++++++++++++++----------------
pages/login/forgetPwd.vue | 4 +-
pages/login/register.vue | 6 +-
pages/me/message.vue | 27 +++--
pages/me/withdraw/alipay.vue | 15 ---
pages/me/withdraw/index.vue | 27 +++--
pages/me/withdraw/moneyList.vue | 28 +++--
pages/share/index.vue | 23 ++--
9 files changed, 167 insertions(+), 166 deletions(-)
diff --git a/api/login/login.js b/api/login/login.js
index ad323a6..f1f4109 100644
--- a/api/login/login.js
+++ b/api/login/login.js
@@ -41,3 +41,13 @@ export const forgetPwd = (data) => {
})
}
+/**
+ * 绑定
+ */
+export const bind = (data) => {
+ return http.request({
+ url: '/Login/registerCode',
+ method: 'POST',
+ params: data
+ })
+}
\ No newline at end of file
diff --git a/pages/login/bind.vue b/pages/login/bind.vue
index 7d8245a..b79675e 100644
--- a/pages/login/bind.vue
+++ b/pages/login/bind.vue
@@ -1,27 +1,26 @@
-
+
手机号
-
-
+
验证码
-
-
+
-
+
-
-