Authored by lzhy

修改验证手机短信验证码

... ... @@ -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: '提交错误',
... ...
... ... @@ -127,10 +127,6 @@ export default {
key: 'couponAmount',
},
{
title: '优惠券金额调整',
key: 'couponAdjustAmount',
},
{
title: '费用承担类型',
key: 'feeSharingTypeStr',
},
... ...