27730
This commit is contained in:
		| @@ -82,7 +82,11 @@ export default { | ||||
|       this.forms.phone = this.user.phone | ||||
|     }) | ||||
|   }, | ||||
|   onShow() {}, | ||||
|   onShow() { | ||||
|     uni.setNavigationBarTitle({ | ||||
|       title: '我要申请', | ||||
|     }) | ||||
|   }, | ||||
|   methods: { | ||||
|     submit() { | ||||
|       if (this.flag) return | ||||
|   | ||||
| @@ -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) => { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user