Authored by 沈志敏

fix bug

... ... @@ -99,4 +99,4 @@ exports.verify = (req, res, next) => {
result: couponData
});
}).catch(next);
};
\ No newline at end of file
};
... ...
... ... @@ -117,4 +117,4 @@ exports.registerAndSendCoupon = (data) => {
return api.get('', verifyData).then(result => {
return getUserStatus(result);
}); // 所有数据返回一个 Promise,方便 Promise.all 调用
};
\ No newline at end of file
};
... ...
... ... @@ -373,4 +373,4 @@ $('.input-content .clear-verify').on('click', function() {
$('.input-content input').eq('1').val('');
$(this).addClass('hidden');
$('.input-content div').eq('1').removeClass();
});
\ No newline at end of file
});
... ...