修改湖南需求

hn2.0
fanluyan 2 years ago
parent 812c2f4c61
commit 3cfa03fc97

@ -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();

Loading…
Cancel
Save