哪一个没有内容呀,都有
// 添加联系人
onAdd () {
this.showEdit = true
this.isEdit = false
this.editingContact = {}
}
在这里 从新把 this.editingContact = {} 清空就好了
1. 当你删除后,你需要调用获取数据列表的方法重新加载数据,页面就会更新。
2. 在删除成功后,需要把控制弹窗开关的变量设为false。
有啊,你没加样式吧
<style scoped> /*弹出层*/ .van-popup{ height:100%; } /*新建按钮*/ .van-contact-list_add{ z-index:0; } </style>