27730
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user