From 3e9a951b5ebbbe55ab895ca44222849ec26b95e3 Mon Sep 17 00:00:00 2001
From: shijingjing <1789544664@qq.com>
Date: Wed, 16 Nov 2022 10:54:53 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E5=85=9A=E5=91=98=E8=AE=A4?=
=?UTF-8?q?=E8=AF=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/project/pingchang/AppMine/AppMine.vue | 2 +-
src/project/pingchang/AppPhotoReport/AppPhotoReport.vue | 3 +++
src/project/pingchang/AppPhotoReport/PhotoForm.vue | 3 +++
3 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/src/project/pingchang/AppMine/AppMine.vue b/src/project/pingchang/AppMine/AppMine.vue
index 857aa39..a647772 100644
--- a/src/project/pingchang/AppMine/AppMine.vue
+++ b/src/project/pingchang/AppMine/AppMine.vue
@@ -27,7 +27,7 @@
-
+
diff --git a/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue b/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue
index 1ef8cc1..38887b8 100644
--- a/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue
+++ b/src/project/pingchang/AppPhotoReport/AppPhotoReport.vue
@@ -65,6 +65,9 @@ export default {
this.$dict.load(['clapEventStatus']).then(() => {
this.getList()
})
+ uni.setNavigationBarTitle({
+ title: '微心愿'
+ })
uni.$on('update', () => {
this.current = 1
diff --git a/src/project/pingchang/AppPhotoReport/PhotoForm.vue b/src/project/pingchang/AppPhotoReport/PhotoForm.vue
index 339ca35..f9af6f7 100644
--- a/src/project/pingchang/AppPhotoReport/PhotoForm.vue
+++ b/src/project/pingchang/AppPhotoReport/PhotoForm.vue
@@ -133,6 +133,9 @@ export default {
this.getDict()
this.form.phone = this.user.phone
this.form.name = this.user.realName || ''
+ uni.setNavigationBarTitle({
+ title: '微心愿'
+ })
},
methods: {