From fd15de8d518c44d4051b658d4e621ab9970a8d39 Mon Sep 17 00:00:00 2001
From: Panzihang <819652404@qq.com>
Date: Mon, 13 Nov 2023 18:02:20 +0800
Subject: [PATCH] 11.13x
---
App.vue | 2 +-
components/head-info/head-info.vue | 38 ++-
components/head-view/head-view.vue | 1 -
manifest.json | 5 +
pages/discharge/index.vue | 16 +-
pages/discharge/instruct.vue | 442 +++++++++++++++--------------
pages/index/index.vue | 21 +-
pages/index/instruct.vue | 268 +++++++++--------
pages/login/index.vue | 11 +-
pages/quality/index.vue | 142 +++++++--
pages/quality/zsEdit.vue | 32 +--
static/images/delBtn.png | Bin 0 -> 1283 bytes
static/images/zs5.jpg | Bin 0 -> 44409 bytes
13 files changed, 586 insertions(+), 392 deletions(-)
create mode 100644 static/images/delBtn.png
create mode 100644 static/images/zs5.jpg
diff --git a/App.vue b/App.vue
index 4c030e6..db1460a 100644
--- a/App.vue
+++ b/App.vue
@@ -2,7 +2,7 @@
export default {
onLaunch: function() {
plus.screen.lockOrientation('landscape-primary'); //锁定横屏
- plus.navigator.setFullscreen(true); //隐藏状态栏(应用全屏:只能隐藏状态栏,标题栏和虚拟返回键都还可以显示)
+ // plus.navigator.setFullscreen(true); //隐藏状态栏(应用全屏:只能隐藏状态栏,标题栏和虚拟返回键都还可以显示)
},
}
diff --git a/components/head-info/head-info.vue b/components/head-info/head-info.vue
index 61cee82..69240c4 100644
--- a/components/head-info/head-info.vue
+++ b/components/head-info/head-info.vue
@@ -25,8 +25,8 @@
- 张星星 - 堆场计划员
- 12341234567
+ {{userInfo.name}}
+ {{userInfo.phone}}
+
@@ -65,6 +66,7 @@