Commit 17f26642 authored by spc's avatar spc

fixed

parent 94683bf6
...@@ -81,6 +81,7 @@ export default { ...@@ -81,6 +81,7 @@ export default {
}); });
doTerminate().then(res => { doTerminate().then(res => {
console.log('注销接口返回结果:', res);
uni.hideLoading(); uni.hideLoading();
if (res.ok) { if (res.ok) {
......
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