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 f82f6c2514fefa1033ca2c43d980baa73ea0faea..293cf3ca442d71a74bea016552af761b137324b2 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: '绑定成功',