This commit is contained in:
花有清香月有阴
2022-02-25 14:20:31 +08:00
parent 796179f440
commit 7a5edf572d
2 changed files with 10 additions and 2 deletions

View File

@@ -82,7 +82,11 @@ export default {
this.forms.phone = this.user.phone this.forms.phone = this.user.phone
}) })
}, },
onShow() {}, onShow() {
uni.setNavigationBarTitle({
title: '我要申请',
})
},
methods: { methods: {
submit() { submit() {
if (this.flag) return if (this.flag) return

View File

@@ -104,7 +104,11 @@ export default {
this.getDetail() this.getDetail()
}) })
}, },
onShow() {}, onShow() {
uni.setNavigationBarTitle({
title: '积分申请详情',
})
},
methods: { methods: {
getDetail() { getDetail() {
this.$instance.post(`/app/appvillagerintegraldeclare/queryDetailById?id=${this.id}`).then((res) => { this.$instance.post(`/app/appvillagerintegraldeclare/queryDetailById?id=${this.id}`).then((res) => {