|
@@ -393,7 +393,6 @@ export default {
|
|
});
|
|
});
|
|
},
|
|
},
|
|
next() {
|
|
next() {
|
|
- console.log('上一页cid',this.text)
|
|
|
|
// 静默复制
|
|
// 静默复制
|
|
if (this.text.next_jump) {
|
|
if (this.text.next_jump) {
|
|
location.href = this.text.next_jump_url;
|
|
location.href = this.text.next_jump_url;
|
|
@@ -409,7 +408,8 @@ export default {
|
|
this.$route.query.sendid || localStorage.getItem("sendid"),
|
|
this.$route.query.sendid || localStorage.getItem("sendid"),
|
|
yun: this.yun,
|
|
yun: this.yun,
|
|
last_bid: this.text.bid,
|
|
last_bid: this.text.bid,
|
|
- last_cid: this.text.chapter_id,
|
|
|
|
|
|
+ last_cid: this.text.prev_cid,
|
|
|
|
+ from_detail_catalog:3
|
|
}
|
|
}
|
|
});
|
|
});
|
|
} else if (this.text.next_cid === 0) {
|
|
} else if (this.text.next_cid === 0) {
|
|
@@ -431,7 +431,8 @@ export default {
|
|
cid: this.text.prev_cid,
|
|
cid: this.text.prev_cid,
|
|
uuids: this.uuids,
|
|
uuids: this.uuids,
|
|
sendid: this.$route.query.sendid || localStorage.getItem("sendid"),
|
|
sendid: this.$route.query.sendid || localStorage.getItem("sendid"),
|
|
- yun: this.yun
|
|
|
|
|
|
+ yun: this.yun,
|
|
|
|
+ from_detail_catalog:3
|
|
},
|
|
},
|
|
params: {
|
|
params: {
|
|
jump: -1
|
|
jump: -1
|
|
@@ -498,11 +499,12 @@ export default {
|
|
this.loading = false;
|
|
this.loading = false;
|
|
const data = r.data.data;
|
|
const data = r.data.data;
|
|
const sequence = this.$route.query.sequence
|
|
const sequence = this.$route.query.sequence
|
|
- const last_bid = this.$route.query.last_bid
|
|
|
|
- const last_cid = this.$route.query.last_cid
|
|
|
|
|
|
+ const last_bid = this.$route.query.bid
|
|
|
|
+ const last_cid = this.$route.query.cid
|
|
|
|
+ console.log('接受上一章id',this.$route.query)
|
|
|
|
+ const from_detail_catalog = this.$route.query.from_detail_catalog
|
|
const sendid = this.$route.query.sendid
|
|
const sendid = this.$route.query.sendid
|
|
const yun = this.$route.query.yun
|
|
const yun = this.$route.query.yun
|
|
- const from_detail_catalog = 3
|
|
|
|
switch (r.data.code) {
|
|
switch (r.data.code) {
|
|
case 10012:
|
|
case 10012:
|
|
if (this.is_update) {
|
|
if (this.is_update) {
|