wip
This commit is contained in:
parent
5e9fb8bd84
commit
03ce87d710
31 changed files with 39 additions and 39 deletions
|
|
@ -72,7 +72,7 @@ export default define({
|
|||
if (this.images.length == 0) return;
|
||||
|
||||
const index = Math.floor(Math.random() * this.images.length);
|
||||
const img = `url(${ this.images[index].url }?thumbnail&size=1024)`;
|
||||
const img = `url(${ this.images[index].url })`;
|
||||
|
||||
(this.$refs.slideB as any).style.backgroundImage = img;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue