feat:更新tabbar显示
This commit is contained in:
@@ -139,11 +139,13 @@ const confirmClick = () => {
|
||||
formRef.value.validate().then(async () => {
|
||||
await journalStore.handleJournalApi(journalStore.currentJournal)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
|
||||
const cancelClick = () => {
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
}
|
||||
|
||||
const deleteClick = () => {
|
||||
@@ -151,6 +153,7 @@ const deleteClick = () => {
|
||||
journalStore.journalApiType = 'DELETE'
|
||||
await journalStore.handleJournalApi(journalStore.currentJournal)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user