Showing
3 changed files
with
3 additions
and
3 deletions
@@ -117,4 +117,4 @@ exports.registerAndSendCoupon = (data) => { | @@ -117,4 +117,4 @@ exports.registerAndSendCoupon = (data) => { | ||
117 | return api.get('', verifyData).then(result => { | 117 | return api.get('', verifyData).then(result => { |
118 | return getUserStatus(result); | 118 | return getUserStatus(result); |
119 | }); // 所有数据返回一个 Promise,方便 Promise.all 调用 | 119 | }); // 所有数据返回一个 Promise,方便 Promise.all 调用 |
120 | -}; | ||
120 | +}; |
@@ -373,4 +373,4 @@ $('.input-content .clear-verify').on('click', function() { | @@ -373,4 +373,4 @@ $('.input-content .clear-verify').on('click', function() { | ||
373 | $('.input-content input').eq('1').val(''); | 373 | $('.input-content input').eq('1').val(''); |
374 | $(this).addClass('hidden'); | 374 | $(this).addClass('hidden'); |
375 | $('.input-content div').eq('1').removeClass(); | 375 | $('.input-content div').eq('1').removeClass(); |
376 | -}); | ||
376 | +}); |
-
Please register or login to post a comment