This commit is contained in:
梁灏 2018-08-07 16:35:27 +08:00
parent d7bcee71d7
commit fe5ffd7f3f
22 changed files with 26 additions and 26 deletions

View file

@ -100,7 +100,7 @@
transfer: {
type: Boolean,
default () {
return this.$IVIEW.transfer === '' ? true : this.$IVIEW.transfer;
return !this.$IVIEW || this.$IVIEW.transfer === '' ? true : this.$IVIEW.transfer;
}
},
fullscreen: {