Commit 7fa92228 by LJM

解决没有返回键的问题

parent d76c32af
Showing with 1 additions and 1 deletions
...@@ -258,7 +258,7 @@ ...@@ -258,7 +258,7 @@
}, },
onNavigationBarButtonTap(e) { onNavigationBarButtonTap(e) {
if (e.index == 0) { if (e.index == 0) {
uni.reLaunch({ uni.navigateTo({
url: '/pages/transfer/record' url: '/pages/transfer/record'
}); });
} }
......
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 sign in to comment