diff --git a/pages/inputCarNumber/inputCarNumber.vue b/pages/inputCarNumber/inputCarNumber.vue
index 370dae9..634d6c5 100644
--- a/pages/inputCarNumber/inputCarNumber.vue
+++ b/pages/inputCarNumber/inputCarNumber.vue
@@ -1,9 +1,8 @@
-
-
+
输 入 车 牌 号
@@ -27,29 +26,37 @@
-
+
{{ currentInputValue[0] }}
-
+
{{ currentInputValue[1] }}
-
+
{{ currentInputValue[2] }}
-
+
{{ currentInputValue[3] }}
-
+
{{ currentInputValue[4] }}
-
+
{{ currentInputValue[5] }}
-
+
{{ currentInputValue[6] }}
-
+
{{ currentInputValue[7] }}
@@ -59,26 +66,30 @@
-
-
-
-
diff --git a/pages/parkPay/parkPay.vue b/pages/parkPay/parkPay.vue
index e9df56a..8f609ec 100644
--- a/pages/parkPay/parkPay.vue
+++ b/pages/parkPay/parkPay.vue
@@ -118,8 +118,12 @@
duration: 2000
});
setTimeout(function() {
- uni.navigateTo({
- url: '../inputCarNumber/inputCarNumber'
+ let pages = getCurrentPages(); //当前页
+ let beforePage = pages[pages.length - 2];
+ uni.navigateBack({
+ success: function() {
+ beforePage.onLoad();
+ }
})
}, 2000);