From 6a5176aa591da9f10cb867cbddb690554c0fc054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8C=83=E9=B9=8F?= Date: Tue, 3 Sep 2024 11:49:44 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=E4=BF=AE=E6=94=B9=E5=88=87=E6=8D=A2?= =?UTF-8?q?=E8=B4=A6=E5=8F=B7=E4=B8=8E=E6=9B=B4=E6=8D=A2=E7=BB=91=E5=AE=9A?= =?UTF-8?q?=E6=89=8B=E6=9C=BA=E5=8F=B7=E9=80=89=E6=8B=A9=E4=B8=8E=E4=B9=8B?= =?UTF-8?q?=E5=89=8D=E7=9B=B8=E5=90=8C=E6=89=8B=E6=9C=BA=E5=8F=B7=E7=9A=84?= =?UTF-8?q?=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mine.vue | 2 ++ pages/userInfo/userInfo.vue | 7 +++++++ 2 files changed, 9 insertions(+) diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index 007abe4..57d9b6b 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -137,6 +137,8 @@ title: '账号切换成功', icon: 'none' }) + } else if(code === 438) { + } else { uni.showToast({ title: message, diff --git a/pages/userInfo/userInfo.vue b/pages/userInfo/userInfo.vue index 5eaa6a5..8d3d8c7 100644 --- a/pages/userInfo/userInfo.vue +++ b/pages/userInfo/userInfo.vue @@ -107,6 +107,13 @@ export default { title: '更换成功', icon: 'none' }) + } else if(code === 421) { + uni.showToast({ + title: '手机号已被其他账号绑定', + icon: 'none' + }) + } else if(code === 438) { + } else { uni.showToast({ title: message,