diff --git a/resources/views/images.blade.php b/resources/views/images.blade.php index 3449432b..6e6f2dc5 100644 --- a/resources/views/images.blade.php +++ b/resources/views/images.blade.php @@ -12,8 +12,7 @@
- + @@ -26,13 +25,13 @@
- + - 排序 + + 最新 + + @@ -152,6 +151,7 @@ const setOrderBy = function (sort) { $photos.html('').justifiedGallery('destroy').justifiedGallery(gridConfigs) infinite.refresh({page: 1, order: sort}); + $('#order span').text({newest: '最新', earliest: '最早', utmost: '最大', least: '最小'}[sort]); }; $photos.on('click', '.photo-mask', function () {