diff --git a/pages/login/login.vue b/pages/login/login.vue
index d65da15..f86e649 100644
--- a/pages/login/login.vue
+++ b/pages/login/login.vue
@@ -21,7 +21,7 @@
-
+
扫码登录
@@ -49,6 +49,7 @@
diff --git a/pages/management/hcxInfo.vue b/pages/management/hcxInfo.vue
index ea83bd2..675c9ec 100644
--- a/pages/management/hcxInfo.vue
+++ b/pages/management/hcxInfo.vue
@@ -1,6 +1,6 @@
-
+
@@ -110,6 +110,11 @@
selectChange3(e) {
this.index3 = e
},
+ goIn () {
+ uni.navigateTo({
+ url: `/pages/management/hcxcheck`
+ })
+ },
toSearch () {
this.dataList = []
this._queryInstraction()
diff --git a/pages/management/hcxcheck.vue b/pages/management/hcxcheck.vue
index bae4cae..92a26a5 100644
--- a/pages/management/hcxcheck.vue
+++ b/pages/management/hcxcheck.vue
@@ -33,7 +33,7 @@
-
+
{{e.vehicle_code}}
{{e.material_spec}}
@@ -64,6 +64,11 @@
selectChange1(e) {
this.index1 = e
},
+ toInfo(e) {
+ uni.navigateTo({
+ url: `/pages/management/hcxInfo`
+ })
+ }
}
}