| @@ -121,6 +121,7 @@ Page({ | |||||
| }) | }) | ||||
| }) | }) | ||||
| .catch(err => { | .catch(err => { | ||||
| console.log(err); | |||||
| wx.showToast({ | wx.showToast({ | ||||
| title: err.errMsg, | title: err.errMsg, | ||||
| icon: 'none', | icon: 'none', | ||||
| @@ -199,7 +200,6 @@ Page({ | |||||
| url: "/pages/getuserinfo/index" | url: "/pages/getuserinfo/index" | ||||
| }); | }); | ||||
| }else{ | }else{ | ||||
| console.log(err) | |||||
| wx.showToast({ | wx.showToast({ | ||||
| title: err.errMsg, | title: err.errMsg, | ||||
| icon: 'none', | icon: 'none', | ||||
| @@ -229,7 +229,6 @@ Page({ | |||||
| } | } | ||||
| }) | }) | ||||
| .catch(err => { | .catch(err => { | ||||
| console.log(err) | |||||
| wx.showToast({ | wx.showToast({ | ||||
| title: err.errMsg, | title: err.errMsg, | ||||
| icon: 'none', | icon: 'none', | ||||
| @@ -296,7 +295,6 @@ Page({ | |||||
| that.initUsrCarList(); | that.initUsrCarList(); | ||||
| }) | }) | ||||
| .catch(err => { | .catch(err => { | ||||
| console.log(err) | |||||
| wx.showToast({ | wx.showToast({ | ||||
| title: err.errMsg, | title: err.errMsg, | ||||
| icon: 'none', | icon: 'none', | ||||
| @@ -338,7 +336,7 @@ Page({ | |||||
| }); | }); | ||||
| }) | }) | ||||
| .catch(err => { | .catch(err => { | ||||
| console.log(err) | |||||
| console.log(err) | |||||
| wx.showToast({ | wx.showToast({ | ||||
| title: err.errMsg, | title: err.errMsg, | ||||
| icon: 'none', | icon: 'none', | ||||
| @@ -399,7 +397,6 @@ Page({ | |||||
| url: "/pages/phoneinput/phoneinput" | url: "/pages/phoneinput/phoneinput" | ||||
| }); | }); | ||||
| }else{ | }else{ | ||||
| console.log(err) | |||||
| wx.showToast({ | wx.showToast({ | ||||
| title: err.errMsg, | title: err.errMsg, | ||||
| icon: 'none', | icon: 'none', | ||||
| @@ -443,7 +440,6 @@ Page({ | |||||
| }); | }); | ||||
| }) | }) | ||||
| .catch(error => { | .catch(error => { | ||||
| console.log(error) | |||||
| wx.showModal({ | wx.showModal({ | ||||
| title: "提示", | title: "提示", | ||||
| showCancel: false, | showCancel: false, | ||||
| @@ -467,7 +463,7 @@ Page({ | |||||
| }) | }) | ||||
| }) | }) | ||||
| .catch(err => { | .catch(err => { | ||||
| console.log(err) | |||||
| console.log(err); | |||||
| wx.showToast({ | wx.showToast({ | ||||
| title: err.errMsg, | title: err.errMsg, | ||||
| icon: 'none', | icon: 'none', | ||||
| @@ -488,7 +484,6 @@ Page({ | |||||
| .then(res => { | .then(res => { | ||||
| }) | }) | ||||
| .catch(err => { | .catch(err => { | ||||
| console.log(err) | |||||
| wx.showToast({ | wx.showToast({ | ||||
| title: err.message, | title: err.message, | ||||
| icon: 'none', | icon: 'none', | ||||