Szx %!s(int64=3) %!d(string=hai) anos
pai
achega
365fd10253
Modificáronse 1 ficheiros con 1 adicións e 7 borrados
  1. 1 7
      src/views/Detail/index.ux

+ 1 - 7
src/views/Detail/index.ux

@@ -25,13 +25,7 @@
             <!-- <text class="add" @click="addShelf">{{book.is_on_user_shelf ? '已加入' : '加入书架'}}</text> -->
             <text
               class="read"
-              @click="
-                toRead(
-                  book.record_chapter_id
-                    ? book.record_chapter_id
-                    : book.first_cid
-                )
-              "
+              @click="toRead( book.record_chapter_id? book.record_chapter_id: book.first_cid)"
               >立即阅读</text
             >
           </div>