Browse Source

:bug: 翻页序列号没改变

visuddhinanda 3 years ago
parent
commit
05004917ab
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dashboard/src/pages/studio/channel/show.tsx

+ 1 - 1
dashboard/src/pages/studio/channel/show.tsx

@@ -202,7 +202,7 @@ const Widget = () => {
             const createdAt = new Date(item.created_at);
             const updatedAt = new Date(item.updated_at);
             return {
-              sn: id,
+              sn: id + offset + 1,
               book: item.book,
               paragraph: item.para,
               view: item.view,