From feaa245617324daeebce866ac273b9a02258ce81 Mon Sep 17 00:00:00 2001 From: woody Date: Thu, 26 Jun 2025 15:15:35 +0800 Subject: [PATCH] =?UTF-8?q?feat(firstPurchase):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=AD=97=E6=AE=B5=E5=B1=95=E7=A4=BA=E6=8E=A7?= =?UTF-8?q?=E5=88=B6=E7=9B=B8=E5=85=B3=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/bonus/firstPurchase.vue | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/components/bonus/firstPurchase.vue b/src/components/bonus/firstPurchase.vue index 674ee4e..5425a0a 100644 --- a/src/components/bonus/firstPurchase.vue +++ b/src/components/bonus/firstPurchase.vue @@ -68,11 +68,9 @@ prop="repurRangeIncome" :formatter="stateFormat" :label="'级差收益' + `(${isLocalSymbol()})`" - v-if="hasKey('repurRangeIncome')" > { - if (item.repurRangeIncome && item.repurRangeIncome > 0) { - flag = false; - } - }); - return !flag; - }, - hasKey1() { - let flag = true; - this.tableData.forEach((item) => { - if (item.globalPoints && item.globalPoints > 0) { - flag = false; - } - }); - return !flag; - }, + isLocalSymbol, getMenuLists() { let lists = JSON.parse(localStorage.getItem("menuList"));