使用view覆盖canvas时,真机覆盖成功,但模拟器显示效果没有被覆盖,这是为什么?
<view class="show-container">
<block wx:if="{{r0}}">
<canvas type="webgl" id="webgl" style="width:100vw;height:100vh" bindtouchstart="{{a}}" bindtouchmove="{{b}}" bindtouchend="{{c}}">
<view class="control-box">我是测试文本</view>
<view class="test-btn"><button>测试按钮</button></view>
</canvas>
</block>
<view class="text">我是测试文本</view>
</view>
[图片][图片]