From 7a5edf572d5e4a18c40959d5c01c95092100a8d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?= =?UTF-8?q?=E9=98=B4?= <185154740@qq.com> Date: Fri, 25 Feb 2022 14:20:31 +0800 Subject: [PATCH] 27730 --- src/mods/AppIntegralApply/add.vue | 6 +++++- src/mods/AppIntegralApply/detail.vue | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/src/mods/AppIntegralApply/add.vue b/src/mods/AppIntegralApply/add.vue index 8aeadd5..5960682 100644 --- a/src/mods/AppIntegralApply/add.vue +++ b/src/mods/AppIntegralApply/add.vue @@ -82,7 +82,11 @@ export default { this.forms.phone = this.user.phone }) }, - onShow() {}, + onShow() { + uni.setNavigationBarTitle({ + title: '我要申请', + }) + }, methods: { submit() { if (this.flag) return diff --git a/src/mods/AppIntegralApply/detail.vue b/src/mods/AppIntegralApply/detail.vue index 619936f..af84fbb 100644 --- a/src/mods/AppIntegralApply/detail.vue +++ b/src/mods/AppIntegralApply/detail.vue @@ -104,7 +104,11 @@ export default { this.getDetail() }) }, - onShow() {}, + onShow() { + uni.setNavigationBarTitle({ + title: '积分申请详情', + }) + }, methods: { getDetail() { this.$instance.post(`/app/appvillagerintegraldeclare/queryDetailById?id=${this.id}`).then((res) => {