|
@@ -179,7 +179,7 @@ export default {
|
|
|
this.isDisable = true;
|
|
|
// 发请求成功后开启定时器
|
|
|
// 发送验证码
|
|
|
- axios.post('/api-web/code/sendSms', qs.stringify({ mobile: this.resetForm.phone })).then(res => {
|
|
|
+ axios.post('/api-web/code/sendSms', qs.stringify({ mobile: this.$store.getters.phone })).then(res => {
|
|
|
if (res.data.code == 200) {
|
|
|
let timer = setInterval(res => {
|
|
|
if (this.timerCount <= 0) {
|