mirror of
https://github.com/hi2shark/nazhua.git
synced 2026-01-16 17:20:42 +08:00
✨ 增加账单信息显示逻辑
This commit is contained in:
parent
ff751484f4
commit
633ba25b7f
@ -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,
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user