|
@@ -747,7 +747,7 @@ export default {
|
|
|
if (this.current === 0) {
|
|
if (this.current === 0) {
|
|
|
page = 1
|
|
page = 1
|
|
|
} else {
|
|
} else {
|
|
|
- page = (this.current + 1) * 10
|
|
|
|
|
|
|
+ page = (this.current + 1)
|
|
|
}
|
|
}
|
|
|
const aa = JSON.parse(JSON.stringify(this.moreParams))
|
|
const aa = JSON.parse(JSON.stringify(this.moreParams))
|
|
|
let canshu3 = ''
|
|
let canshu3 = ''
|