...
|
...
|
@@ -125,7 +125,7 @@ export default { |
|
|
});
|
|
|
return false;
|
|
|
}
|
|
|
this.financeService.verifySmsCode({ phones: this.shopPhone, verifyCode }).then(res => {
|
|
|
this.financeService.verifySmsCode({ phone: this.shopPhone, verifyCode }).then(res => {
|
|
|
if (res.code !== 200) {
|
|
|
this.$Notice.error({
|
|
|
title: '提交错误',
|
...
|
...
|
|