Showing
2 changed files
with
0 additions
and
2 deletions
@@ -236,7 +236,6 @@ const activateService = (req, res, next) => { | @@ -236,7 +236,6 @@ const activateService = (req, res, next) => { | ||
236 | cardNo: req.body.cardNo, | 236 | cardNo: req.body.cardNo, |
237 | mobile: req.body.mobile, | 237 | mobile: req.body.mobile, |
238 | snsCheckCode: req.body.snsCheckCode, | 238 | snsCheckCode: req.body.snsCheckCode, |
239 | - verifyId: req.body.verifyId, | ||
240 | bankCode: req.body.bankCode, | 239 | bankCode: req.body.bankCode, |
241 | bankName: req.body.bankName | 240 | bankName: req.body.bankName |
242 | }).then((result)=> { | 241 | }).then((result)=> { |
@@ -138,7 +138,6 @@ $('#send-sms').click(function() { | @@ -138,7 +138,6 @@ $('#send-sms').click(function() { | ||
138 | mobile: formModel.mobile | 138 | mobile: formModel.mobile |
139 | }).then(function(result) { | 139 | }).then(function(result) { |
140 | if (result.code === 200) { | 140 | if (result.code === 200) { |
141 | - formModel.verifyId = result.data.verifyId; | ||
142 | new Timer().startCountdown(function() { | 141 | new Timer().startCountdown(function() { |
143 | }, function(counter) { | 142 | }, function(counter) { |
144 | // 进度回调 | 143 | // 进度回调 |
-
Please register or login to post a comment