|
@@ -387,7 +387,7 @@ export default {
|
|
softWare: "",
|
|
softWare: "",
|
|
statusLight: 0,
|
|
statusLight: 0,
|
|
currentDate: new Date().getTime(),
|
|
currentDate: new Date().getTime(),
|
|
- lnbAction: "action8",
|
|
|
|
|
|
+ lnbAction: "",
|
|
wsj: false,
|
|
wsj: false,
|
|
todayWcTimes: "",
|
|
todayWcTimes: "",
|
|
stayDetail: "",
|
|
stayDetail: "",
|
|
@@ -996,6 +996,7 @@ export default {
|
|
this.zoomTimes = 710 / practical;
|
|
this.zoomTimes = 710 / practical;
|
|
this.normalizeZoomTimes(this.zoomTimes);
|
|
this.normalizeZoomTimes(this.zoomTimes);
|
|
this.zoomTimes = this.zoomTimes - 0.2;
|
|
this.zoomTimes = this.zoomTimes - 0.2;
|
|
|
|
+ this.lnbAction = "action8";
|
|
},
|
|
},
|
|
normalizeZoomTimes(num) {
|
|
normalizeZoomTimes(num) {
|
|
const intPart = Math.floor(num);
|
|
const intPart = Math.floor(num);
|