Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

this.$Modal.dialog在uniapp里点了没反应 #53

Open
hdtopku opened this issue May 10, 2022 · 1 comment
Open

this.$Modal.dialog在uniapp里点了没反应 #53

hdtopku opened this issue May 10, 2022 · 1 comment

Comments

@hdtopku
Copy link

hdtopku commented May 10, 2022

调用后,没报错,也没弹窗

this.$Modal.dialog({
  content: '这是一个模态弹窗',
  success: res => {
	  console.log(res);
  }
})

此外,对于没有navbar的,遮罩不能盖到顶部
image

@hdtopku
Copy link
Author

hdtopku commented May 10, 2022

设置:top="300"后,mask顶部包不住了,

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant