From 38712ae83223cb244020e255fc37e1ce35775c45 Mon Sep 17 00:00:00 2001
From: wwf <1971391498@qq.com>
Date: 星期四, 09 四月 2026 13:53:40 +0800
Subject: [PATCH] 优化

---
 src/views/h5/login/bind.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/h5/login/bind.vue b/src/views/h5/login/bind.vue
index cf7d47a..ede5d35 100644
--- a/src/views/h5/login/bind.vue
+++ b/src/views/h5/login/bind.vue
@@ -90,7 +90,7 @@
         const data = {
           captchaVerification: '',
           mobile: this.form.mobile,
-          scene: 21,
+          scene: 31,
         }
         this.sendCodeLoading = true
         this.$axios.post('/system/auth/send-sms-code', data).then(res => {

--
Gitblit v1.8.0