This commit is contained in:
yanran200730
2022-08-09 16:44:56 +08:00
parent 20e41323ae
commit 8a7f8b749b
8 changed files with 335 additions and 52 deletions

View File

@@ -29,10 +29,10 @@ export default {
}
},
onShow() {
this.show = false
this.$nextTick(() => {
this.show = true
})
// this.show = false
// this.$nextTick(() => {
// this.show = true
// })
document.title = "以房找人"
},
}