BUG 26001
This commit is contained in:
@@ -150,7 +150,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = '房屋信息'
|
document.title = '房屋信息'
|
||||||
},
|
},
|
||||||
|
|
||||||
methods: {
|
methods: {
|
||||||
@@ -176,11 +176,12 @@ export default {
|
|||||||
},
|
},
|
||||||
submit() {
|
submit() {
|
||||||
this.$http.post(`app/appcommunityhouseinfo/update`, this.houseInfo).then(res => {
|
this.$http.post(`app/appcommunityhouseinfo/update`, this.houseInfo).then(res => {
|
||||||
if (res.code == 0) {
|
if (res?.code == 0) {
|
||||||
this.$u.toast('提交成功')
|
uni.navigateBack({
|
||||||
setTimeout(() => {
|
success: () => {
|
||||||
uni.navigateBack({})
|
this.$u.toast('提交成功')
|
||||||
}, 600)
|
}
|
||||||
|
})
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user