Authored by Aiden Xu

分期订单

... ... @@ -236,7 +236,6 @@ const activateService = (req, res, next) => {
cardNo: req.body.cardNo,
mobile: req.body.mobile,
snsCheckCode: req.body.snsCheckCode,
verifyId: req.body.verifyId,
bankCode: req.body.bankCode,
bankName: req.body.bankName
}).then((result)=> {
... ...
... ... @@ -138,7 +138,6 @@ $('#send-sms').click(function() {
mobile: formModel.mobile
}).then(function(result) {
if (result.code === 200) {
formModel.verifyId = result.data.verifyId;
new Timer().startCountdown(function() {
}, function(counter) {
// 进度回调
... ...