Authored by lzhy

修改验证手机短信验证码

@@ -125,7 +125,7 @@ export default { @@ -125,7 +125,7 @@ export default {
125 }); 125 });
126 return false; 126 return false;
127 } 127 }
128 - this.financeService.verifySmsCode({ phones: this.shopPhone, verifyCode }).then(res => { 128 + this.financeService.verifySmsCode({ phone: this.shopPhone, verifyCode }).then(res => {
129 if (res.code !== 200) { 129 if (res.code !== 200) {
130 this.$Notice.error({ 130 this.$Notice.error({
131 title: '提交错误', 131 title: '提交错误',
@@ -127,10 +127,6 @@ export default { @@ -127,10 +127,6 @@ export default {
127 key: 'couponAmount', 127 key: 'couponAmount',
128 }, 128 },
129 { 129 {
130 - title: '优惠券金额调整',  
131 - key: 'couponAdjustAmount',  
132 - },  
133 - {  
134 title: '费用承担类型', 130 title: '费用承担类型',
135 key: 'feeSharingTypeStr', 131 key: 'feeSharingTypeStr',
136 }, 132 },