修改
This commit is contained in:
parent
a8c1b4bfd2
commit
92b18ad6d5
@ -174,8 +174,14 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
this.types = this.type;
|
this.types = this.type;
|
||||||
this.items = this.item;
|
this.items = this.item;
|
||||||
|
if (this.tovideo == null) {
|
||||||
|
this.video.VideoPath = null;
|
||||||
|
} else if (this.tovideo == "") {
|
||||||
|
this.video.VideoPath = null;
|
||||||
|
} else {
|
||||||
this.video.VideoPath = baseurl + this.tovideo;
|
this.video.VideoPath = baseurl + this.tovideo;
|
||||||
console.log(this.video)
|
}
|
||||||
|
console.log(this.video);
|
||||||
if (this.img == null) {
|
if (this.img == null) {
|
||||||
this.options.img = null;
|
this.options.img = null;
|
||||||
} else if (this.img == "") {
|
} else if (this.img == "") {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user