****popup能不能在页面加载成功后自动弹出?

wjyefeng
- 发布:2020-02-17 22:49
- 更新:2021-04-16 15:02
- 阅读:827
1 个回复
q***@163.com
open(){
// 通过组件定义的ref调用uni-popup方法
this.$refs.popup.open()
}