|
|
@@ -122,7 +122,6 @@
|
|
|
},
|
|
|
// 获取验证码
|
|
|
getCheckCode () {
|
|
|
- console.log('获取', this.tokenId)
|
|
|
if (this.tokenTime > 0 && this.tokenTime < 60) {
|
|
|
this.downToast('请稍后再点击,我在倒计时')
|
|
|
} else {
|
|
|
@@ -131,7 +130,6 @@
|
|
|
let _this = this
|
|
|
this.$http.get('/update/user/setMobile', {params: {mobile: this.valid.mobile, token: this.$route.query.token ? this.$route.query.token : this.tokenId}})
|
|
|
.then(response => {
|
|
|
- console.log('de', response.data)
|
|
|
this.$indicator.close()
|
|
|
if (response.data) {
|
|
|
this.tokenCode = response.data.content.token
|