收藏
回答

使用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>

回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    2023-11-20

    请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。

    2023-11-20
    有用
    回复
登录 后发表内容