Commit ae3fa07c authored by youjie's avatar youjie

no message

parent 5e5187be
......@@ -257,11 +257,12 @@
Id: item.Id
}
let res = RemoveMyChild(msg);
if (res) {
if (res.Code==1) {
uni.hideLoading()
that.getData()
}else{
uni.hideLoading()
}
} else if (res.cancel) {
uni.showToast({
title:'已取消',
......
......@@ -254,9 +254,11 @@
Id: item.Id
}
let res = RemoveMyChild(msg);
if (res) {
if (res.Code==1) {
uni.hideLoading()
that.getData()
}else{
uni.hideLoading()
}
} else if (res.cancel) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment