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: {