|
|
@ -241,6 +241,7 @@ export default {
|
|
|
|
this.colNum = parseInt(localStorage.getItem("col"))
|
|
|
|
this.colNum = parseInt(localStorage.getItem("col"))
|
|
|
|
? parseInt(localStorage.getItem("col"))
|
|
|
|
? parseInt(localStorage.getItem("col"))
|
|
|
|
: 2;
|
|
|
|
: 2;
|
|
|
|
|
|
|
|
this.pageSize = this.rowradio * this.colradio;
|
|
|
|
this.setdialog = false;
|
|
|
|
this.setdialog = false;
|
|
|
|
this.$message.success("设置成功");
|
|
|
|
this.$message.success("设置成功");
|
|
|
|
this.getPicData();
|
|
|
|
this.getPicData();
|
|
|
@ -324,7 +325,7 @@ export default {
|
|
|
|
this.colradio = this.colNum = parseInt(localStorage.getItem("col"))
|
|
|
|
this.colradio = this.colNum = parseInt(localStorage.getItem("col"))
|
|
|
|
? parseInt(localStorage.getItem("col"))
|
|
|
|
? parseInt(localStorage.getItem("col"))
|
|
|
|
: 2;
|
|
|
|
: 2;
|
|
|
|
|
|
|
|
this.pageSize = this.rowradio * this.colradio;
|
|
|
|
this.toggleCountdown();
|
|
|
|
this.toggleCountdown();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
created() {},
|
|
|
|
created() {},
|
|
|
|