...
|
...
|
@@ -78,8 +78,8 @@ $showExpress.on('click', '.reset-express', function() { |
|
|
$editExpress.removeClass('hide');
|
|
|
});
|
|
|
|
|
|
console.log($('.reason-info').find('span').text().length)
|
|
|
console.log($('.reason-info').find('span').text().length);
|
|
|
|
|
|
if(remark <= 5) {
|
|
|
if (remark <= 5) {
|
|
|
$('.reason-info').hide();
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|