小程序
小游戏
企业微信
微信支付
扫描小程序码分享
- 当前 Bug 的表现(可附上截图)
安卓手机中cover-view文字显示不出来,但是对应区域可以点击,点击事件都正常,但是文字消失了
- 预期表现
显示文字
- 复现路径
- 提供一个最简复现 Demo
6 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
楼主问题解决了吗?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
解决了吗?怎么解决的?
同样有这个问题,请问有办法解决了没
现在是这样的
提供一下代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
上代码~
<cover-view
wx:if="{{show}}" class="x-background" @tap="onTapclose">
<cover-view class="x-ways">
<button open-type="getUserInfo" bindgetuserinfo="toExtractMoney" class="x-i-weixin">
<cover-view class="x-i-weixin_way">微信提现</cover-view>
<cover-view class="x-i-recommend">推荐</cover-view>
</button>
<cover-view class="x-i-split"></cover-view>
<cover-view @tap="toExtractMoneyBycard" class="x-i-weixin">银行卡提现</cover-view>
<cover-view class="x-i-line"></cover-view>
<cover-view class="x-i-weixin" @tap="onTapclose">取消</cover-view>
</cover-view>
自定义组件嵌套 cover-view时,自定义组件的 slot 及其父节点暂不支持通过 wx:if 控制显隐,否则会导致cover-view不显示
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
楼主问题解决了吗?
解决了吗?怎么解决的?
同样有这个问题,请问有办法解决了没
现在是这样的
提供一下代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
上代码~
<cover-view
wx:if="{{show}}" class="x-background" @tap="onTapclose">
<cover-view class="x-ways">
<button open-type="getUserInfo" bindgetuserinfo="toExtractMoney" class="x-i-weixin">
<cover-view class="x-i-weixin_way">微信提现</cover-view>
<cover-view class="x-i-recommend">推荐</cover-view>
</button>
<cover-view class="x-i-split"></cover-view>
<cover-view @tap="toExtractMoneyBycard" class="x-i-weixin">银行卡提现</cover-view>
<cover-view class="x-i-line"></cover-view>
<cover-view class="x-i-weixin" @tap="onTapclose">取消</cover-view>
</cover-view>
</cover-view>
自定义组件嵌套 cover-view时,自定义组件的 slot 及其父节点暂不支持通过 wx:if 控制显隐,否则会导致cover-view不显示