gdy96 5 anni fa
parent
commit
15eff12b0b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/views/Reader/index.ux

+ 1 - 1
src/views/Reader/index.ux

@@ -58,7 +58,7 @@ export default {
       console.log('e code')
       console.log(e.data)
       console.log(e.data.code == '10016' || e.data.code == '10019')
-      if (e.data.code == '10016' || e.data.code == '10019') {
+      if (e.data.code == '10016' || e.data.code == '10019' || e.data.code == '10017') {
         chapterOrders({ bid: bid, chapter_id: chapter_id }).then(r => {
           this.content = r.chapter_content.trim().split(/\n/)
           this.bookinfo = r