From f2dd62188d9e09601c3ad606136fd2540f9d6e89 Mon Sep 17 00:00:00 2001 From: Anne_LXM <54163582+anne-lxm@users.noreply.github.com> Date: Tue, 30 Jan 2024 19:30:00 +0800 Subject: [PATCH] Update bindMobile.uvue --- .../uni-id-pages-x/pages/userinfo/bindMobile/bindMobile.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/uni_modules/uni-id-pages-x/pages/userinfo/bindMobile/bindMobile.uvue b/uni_modules/uni-id-pages-x/pages/userinfo/bindMobile/bindMobile.uvue index f82f6c2..293cf3c 100644 --- a/uni_modules/uni-id-pages-x/pages/userinfo/bindMobile/bindMobile.uvue +++ b/uni_modules/uni-id-pages-x/pages/userinfo/bindMobile/bindMobile.uvue @@ -65,7 +65,7 @@ .finally(() : void => { uni.hideLoading() }) - .then((e : UTSJSONObject) : void => { + .then((_: UTSJSONObject) : void => { // console.log(e); uni.showToast({ title: '绑定成功', -- GitLab