Commit ae3fa07c authored by youjie's avatar youjie

no message

parent 5e5187be
...@@ -257,11 +257,12 @@ ...@@ -257,11 +257,12 @@
Id: item.Id Id: item.Id
} }
let res = RemoveMyChild(msg); let res = RemoveMyChild(msg);
if (res) { if (res.Code==1) {
uni.hideLoading() uni.hideLoading()
that.getData() that.getData()
}else{
uni.hideLoading()
} }
} else if (res.cancel) { } else if (res.cancel) {
uni.showToast({ uni.showToast({
title:'已取消', title:'已取消',
......
...@@ -254,9 +254,11 @@ ...@@ -254,9 +254,11 @@
Id: item.Id Id: item.Id
} }
let res = RemoveMyChild(msg); let res = RemoveMyChild(msg);
if (res) { if (res.Code==1) {
uni.hideLoading() uni.hideLoading()
that.getData() that.getData()
}else{
uni.hideLoading()
} }
} else if (res.cancel) { } 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