收藏
回答

mp-cell标签使用wx:if 后分割线异常

框架类型 问题类型 API/组件名称 终端类型 微信版本 基础库版本
小程序 Bug mp-cells 工具 8 3

如图第三项少了(border-top)分割线
查看mp-cells源码发现是这样添加添加weui-cell_wxss的。在mp-cell使用wx:if后,firstItem并不是第一个mp-cell。 
../cell/cell': {
            type: 'descendant',
            linked(target) {
                if (!this.data.firstItem) {
                    this.data.firstItem = target
                }
                if (target !== this.data.firstItem) {
                    target.setOuterClass('weui-cell_wxss')
                }
            }
        }


最后一次编辑于  2023-04-03
回答关注问题邀请回答
收藏

1 个回答

  • Demons
    Demons
    2023-04-04

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

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