|
@@ -119,7 +119,6 @@ export default {
|
|
});
|
|
});
|
|
// this.$route.params.date --> default 日期可选 orther 根据传入日期
|
|
// this.$route.params.date --> default 日期可选 orther 根据传入日期
|
|
this.width = document.body.clientWidth;
|
|
this.width = document.body.clientWidth;
|
|
- console.log(this.width / 20);
|
|
|
|
this.height = (this.width / 16) * 9;
|
|
this.height = (this.width / 16) * 9;
|
|
let times = (this.$route.params.time || '').split('+');
|
|
let times = (this.$route.params.time || '').split('+');
|
|
if (times.length > 1 && times[0] === times[1]) times = [times[0]];
|
|
if (times.length > 1 && times[0] === times[1]) times = [times[0]];
|