|
|
|
|
@ -147,7 +147,7 @@ export default {
|
|
|
|
|
} else if (values.code.length === 0) {
|
|
|
|
|
this.$message.warning('请输入验证码')
|
|
|
|
|
} else {
|
|
|
|
|
this.timedata.isfinish = false
|
|
|
|
|
// this.timedata.isfinish = false
|
|
|
|
|
const { data } = await setUserTelApi(values)
|
|
|
|
|
console.log('why',data)
|
|
|
|
|
if (data.status === 200) {
|
|
|
|
|
|