mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-12 07:10:43 +08:00
✨ 增加账单信息显示逻辑
This commit is contained in:
parent
ff751484f4
commit
633ba25b7f
@ -115,6 +115,7 @@ const tagList = computed(() => {
|
||||
const show = computed(() => {
|
||||
const checks = [
|
||||
billAndPlan.value.remainingTime,
|
||||
billAndPlan.value.billing,
|
||||
tagList.value.length > 0,
|
||||
showBuyBtn.value,
|
||||
];
|
||||
|
||||
Loading…
Reference in New Issue
Block a user