Commit e73dc83c authored by 何虹's avatar 何虹 💬

优化弹出框

parent f2ddb6e7
...@@ -8,6 +8,7 @@ ...@@ -8,6 +8,7 @@
@open='handleOpen' @open='handleOpen'
:close-on-click-modal="false" :close-on-click-modal="false"
:fullscreen='configData.fullscreen' :fullscreen='configData.fullscreen'
:modal-append-to-body='false'
:append-to-body="true" :append-to-body="true"
:before-close="handleClose" :before-close="handleClose"
:destroy-on-close='true' :destroy-on-close='true'
......
...@@ -111,7 +111,7 @@ export default { ...@@ -111,7 +111,7 @@ export default {
} }
}, },
initIframeConfig(config) { initIframeConfig(config) {
if(!config) return if (!config) return
if (typeof config === 'object' && config) { if (typeof config === 'object' && config) {
Object.assign(this.hsDialogConfig, config) Object.assign(this.hsDialogConfig, config)
} else if (typeof config === 'string') { } else if (typeof config === 'string') {
......
...@@ -6,7 +6,6 @@ export default { ...@@ -6,7 +6,6 @@ export default {
return false return false
} }
// vnode.context[binding.expression] = false // vnode.context[binding.expression] = false
binding.value() binding.value()
} }
el.stopProp = function(event) { el.stopProp = function(event) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment