@@ -223,6 +223,9 @@
uni.hideLoading()
this.$api.msg('添加成功')
uni.navigateBack()
+ }else{
+ this.$api.msg('添加失败')
+ this.isShowAlert = false
}
})
},