真机下,<cover-view>标签下方的button无法异步渲染
发布于 5 年前 作者 weikong 5693 次浏览 来自 官方Issues

真机调试下,<cover-view>标签下方的button无法【异步/异步请求】渲染,且cover-view的border,box-shadow不渲染

<cover-view style="border-bottom:1rpx solid #eee">
   <button class="zc-input-title">
      {{text}}
   </button>
</cover-view>
2 回复

麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

回到顶部