Commit 7e5a2657 by fengzhaoyu

Merge branch 'dev' into release_beta/1.0.0

parents 26c6779e 254285e0
...@@ -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