优化
This commit is contained in:
@ -143,9 +143,9 @@
|
||||
})
|
||||
},
|
||||
},
|
||||
mounted() {
|
||||
onLoad(options) {
|
||||
uni.showLoading()
|
||||
getTicket(this.$route.query.id).then(response => {
|
||||
getTicket(options.id).then(response => {
|
||||
this.info = JSON.parse(JSON.stringify(response?.data || {}))
|
||||
const {
|
||||
images = ''
|
||||
@ -164,6 +164,7 @@
|
||||
}).finally(() => {
|
||||
uni.hideLoading()
|
||||
})
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user