增加账单信息显示逻辑

This commit is contained in:
hi2hi 2024-12-12 03:47:54 +00:00
parent ff751484f4
commit 633ba25b7f

View File

@ -115,6 +115,7 @@ const tagList = computed(() => {
const show = computed(() => { const show = computed(() => {
const checks = [ const checks = [
billAndPlan.value.remainingTime, billAndPlan.value.remainingTime,
billAndPlan.value.billing,
tagList.value.length > 0, tagList.value.length > 0,
showBuyBtn.value, showBuyBtn.value,
]; ];