问答详情
源自:4-4 添加、编辑联系人

为什么我没有删除按钮

为什么我没有删除按钮

提问者:maoer2913296 2020-03-09 02:34

个回答

  • kaoke
    2020-04-25 22:03:31

    // 编辑联系人

        onEdit(info){

          this.isEdit=true

          this.showEdit=true

          this.editingContact=info

        },

    这么写就有删除按钮了

  • weixin_慕尼黑4427697
    2020-04-08 09:52:35

    我也没有删除按钮 怎么弄的帮帮我

  • maoer2913296
    2020-03-09 03:38:23

    后来我明白了,添加如下代码就可以了

    <style scoped>

      /*弹出层*/

    .van-popup{

        height:100%;

    }

        /*新建按钮*/

    .van-contact-list_add{

        z-index:0;

    }

    </style>