提交 ebc87e89 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

docs(getElementById): 补充获取元素范围说明

上级 00783b1e
......@@ -5,7 +5,7 @@
<!-- UTSAPIJSON.getElementById.compatibility -->
**注意:** \
本方法获取的元素,是页面栈栈顶的页面的元素,而不是执行本方法代码所在的页面的元素。\
本方法获取的元素,是页面栈栈顶(不包括 dialogPage)的页面的元素,而不是执行本方法代码所在的页面的元素。\
因为uni是全局api,只有`this.$refs`才能和页面绑定。\
如果A页面被栈顶的B页面盖住,在A页面执行`uni.getElementById`会访问到B页面的元素。\
除非您确认清楚这个逻辑,否则不建议使用本方法。\
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册