From 86baa8ff948d2e79588e0dd7efa16f6b8ac3b157 Mon Sep 17 00:00:00 2001 From: liukangdong <898885815@qq.com> Date: 星期五, 06 十二月 2024 15:29:15 +0800 Subject: [PATCH] ll --- h5/pages/driver/queueUpRecord.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/h5/pages/driver/queueUpRecord.vue b/h5/pages/driver/queueUpRecord.vue index c8f63d1..e70a000 100644 --- a/h5/pages/driver/queueUpRecord.vue +++ b/h5/pages/driver/queueUpRecord.vue @@ -49,6 +49,9 @@ this.type = option.type; this.platformId = option.platformId; this.getData(option.jobId || ''); + uni.setNavigationBarTitle({ + title: this.type == 0 ? '宸茬鍒拌溅杈�' : '浣滀笟涓溅杈�' + }) }, methods: { getData(jobId) { -- Gitblit v1.9.3