feat:更新tabbar显示
This commit is contained in:
@@ -177,6 +177,7 @@ const confirmClick = () => {
|
||||
if (validatePlan()) {
|
||||
await planStore.handlePlanApi(planStore.currentPlan)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
}
|
||||
})
|
||||
}
|
||||
@@ -186,11 +187,13 @@ const deleteClick = () => {
|
||||
planStore.planApiType = 'DELETE'
|
||||
await planStore.handlePlanApi(planStore.currentPlan)
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
})
|
||||
}
|
||||
|
||||
const cancelClick = () => {
|
||||
history.back()
|
||||
appStore.isShowMobileBack = false
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user