Commit 254285e0 by fengzhaoyu

修改 loading 隐藏

parent a1210580
...@@ -820,6 +820,7 @@ create.Page({ ...@@ -820,6 +820,7 @@ create.Page({
} }
_that.$store.data.isIndexAffairListNeedUpdate = true; _that.$store.data.isIndexAffairListNeedUpdate = true;
_that.update() _that.update()
dd.hideLoading()
dd.navigateBack({ dd.navigateBack({
delta: 1 delta: 1
}) })
...@@ -1260,6 +1261,7 @@ create.Page({ ...@@ -1260,6 +1261,7 @@ create.Page({
} }
_that.$store.data.isIndexAffairListNeedUpdate = true; _that.$store.data.isIndexAffairListNeedUpdate = true;
_that.update() _that.update()
dd.hideLoading()
dd.navigateBack({ dd.navigateBack({
delta: 1 delta: 1
}) })
......
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