|
@@ -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
|