提交 57ebc62d 编写于 作者: fxy060608's avatar fxy060608

fix(h5): append=>appendChild #1175

上级 96df6739
......@@ -298,7 +298,7 @@ export default {
this._setValue()
var $picker = this.$refs.picker
$picker.remove();
(document.querySelector('uni-app') || document.body).append($picker)
(document.querySelector('uni-app') || document.body).appendChild($picker)
$picker.style.display = 'block'
setTimeout(() => {
this.visible = true
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册