|
|
|
@ -470,7 +470,7 @@ export default {
|
|
|
|
|
console.log("activeSmall", this.activeSmall, "bigNum", this.bigNum);
|
|
|
|
|
console.log(this.page);
|
|
|
|
|
if (this.activeSmall < 0) {
|
|
|
|
|
this.activeSmall = 4;
|
|
|
|
|
this.activeSmall = 9;
|
|
|
|
|
this.smallLeftClick();
|
|
|
|
|
}
|
|
|
|
|
console.log(this.terminalPhoto[this.bigNum]);
|
|
|
|
@ -496,7 +496,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
this.activeSmall++;
|
|
|
|
|
console.log("activeSmall", this.activeSmall, "bigNum", this.bigNum);
|
|
|
|
|
if (this.activeSmall > 4) {
|
|
|
|
|
if (this.activeSmall > 9) {
|
|
|
|
|
this.activeSmall = 0;
|
|
|
|
|
console.log(this.activeSmall);
|
|
|
|
|
this.smallRightClick();
|
|
|
|
|