boundingClientRect返回坐标0?
[图片] [图片] 如题,可以获得到对应的元素但是拿不到具体的坐标 <view class="container">
<van-transition name="fade" show="{{showOverlay==false}}" duration="{{ { enter: 700, leave: 700} }}">
<view class="stage1-background">
<view id="stage1-background-bg" style=" height: 60%; width: 100%; overflow: hidden;">
<text id="stage1-background-text">{{stage1.background}}</text>
</view>
</view>
</van-transition>
</view>